.. default-domain:: cpp .. highlight:: cpp .. namespace:: krpc::services::SpaceCenter .. _cpp-api-parts: Parts ===== The following classes allow interaction with a vessels individual parts. .. contents:: :local: Parts ----- .. class:: Parts Instances of this class are used to interact with the parts of a vessel. An instance can be obtained by calling :func:`Vessel::parts`. .. function:: std::vector all() A list of all of the vessels parts. .. function:: Part root() The vessels root part. .. note:: See the discussion on :rst:ref:`cpp-api-parts-trees-of-parts`. .. function:: Part controlling() .. function:: void set_controlling(Part value) The part from which the vessel is controlled. .. function:: std::vector with_name(std::string name) A list of parts whose :func:`Part::name` is *name*. :Parameters: .. function:: std::vector with_title(std::string title) A list of all parts whose :func:`Part::title` is *title*. :Parameters: .. function:: std::vector with_tag(std::string tag) A list of all parts whose :func:`Part::tag` is *tag*. :Parameters: .. function:: std::vector with_module(std::string module_name) A list of all parts that contain a :class:`Module` whose :func:`Module::name` is *module_name*. :Parameters: .. function:: std::vector in_stage(int32_t stage) A list of all parts that are activated in the given *stage*. :Parameters: .. note:: See the discussion on :rst:ref:`cpp-api-parts-staging`. .. function:: std::vector in_decouple_stage(int32_t stage) A list of all parts that are decoupled in the given *stage*. :Parameters: .. note:: See the discussion on :rst:ref:`cpp-api-parts-staging`. .. function:: std::vector modules_with_name(std::string module_name) A list of modules (combined across all parts in the vessel) whose :func:`Module::name` is *module_name*. :Parameters: .. function:: std::vector antennas() A list of all antennas in the vessel. .. note:: If RemoteTech is installed, this will always return an empty list. To interact with RemoteTech antennas, use the RemoteTech service APIs. .. function:: std::vector cargo_bays() A list of all cargo bays in the vessel. .. function:: std::vector control_surfaces() A list of all control surfaces in the vessel. .. function:: std::vector decouplers() A list of all decouplers in the vessel. .. function:: std::vector docking_ports() A list of all docking ports in the vessel. .. function:: std::vector engines() A list of all engines in the vessel. .. note:: This includes any part that generates thrust. This covers many different types of engine, including liquid fuel rockets, solid rocket boosters, jet engines and RCS thrusters. .. function:: std::vector experiments() A list of all science experiments in the vessel. .. function:: std::vector fairings() A list of all fairings in the vessel. .. function:: std::vector intakes() A list of all intakes in the vessel. .. function:: std::vector legs() A list of all landing legs attached to the vessel. .. function:: std::vector launch_clamps() A list of all launch clamps attached to the vessel. .. function:: std::vector lights() A list of all lights in the vessel. .. function:: std::vector parachutes() A list of all parachutes in the vessel. .. function:: std::vector radiators() A list of all radiators in the vessel. .. function:: std::vector resource_drains() A list of all resource drains in the vessel. .. function:: std::vector rcs() A list of all RCS blocks/thrusters in the vessel. .. function:: std::vector reaction_wheels() A list of all reaction wheels in the vessel. .. function:: std::vector resource_converters() A list of all resource converters in the vessel. .. function:: std::vector resource_harvesters() A list of all resource harvesters in the vessel. .. function:: std::vector robotic_hinges() A list of all robotic hinges in the vessel. .. function:: std::vector robotic_pistons() A list of all robotic pistons in the vessel. .. function:: std::vector robotic_rotations() A list of all robotic rotations in the vessel. .. function:: std::vector robotic_rotors() A list of all robotic rotors in the vessel. .. function:: std::vector sensors() A list of all sensors in the vessel. .. function:: std::vector solar_panels() A list of all solar panels in the vessel. .. function:: std::vector wheels() A list of all wheels in the vessel. Part ---- .. class:: Part Represents an individual part. Vessels are made up of multiple parts. Instances of this class can be obtained by several methods in :class:`Parts`. .. function:: std::string name() Internal name of the part, as used in `part cfg files `_. For example "Mark1-2Pod". .. function:: std::string title() Title of the part, as shown when the part is right clicked in-game. For example "Mk1-2 Command Pod". .. function:: std::string tag() .. function:: void set_tag(std::string value) The name tag for the part. Can be set to a custom string using the in-game user interface. .. note:: This string is shared with `kOS `_ if it is installed. .. function:: std::string flag_url() .. function:: void set_flag_url(std::string value) The asset URL for the part's flag. .. function:: bool highlighted() .. function:: void set_highlighted(bool value) Whether the part is highlighted. .. function:: std::tuple highlight_color() .. function:: void set_highlight_color(std::tuple value) The color used to highlight the part, as an RGB triple. .. function:: double cost() The cost of the part, in units of funds. .. function:: Vessel vessel() The vessel that contains this part. .. function:: Part parent() The parts parent. Returns ``NULL`` if the part does not have a parent. This, in combination with :func:`Part::children`, can be used to traverse the vessels parts tree. .. note:: See the discussion on :rst:ref:`cpp-api-parts-trees-of-parts`. .. function:: std::vector children() The parts children. Returns an empty list if the part has no children. This, in combination with :func:`Part::parent`, can be used to traverse the vessels parts tree. .. note:: See the discussion on :rst:ref:`cpp-api-parts-trees-of-parts`. .. function:: bool axially_attached() Whether the part is axially attached to its parent, i.e. on the top or bottom of its parent. If the part has no parent, returns ``false``. .. note:: See the discussion on :rst:ref:`cpp-api-parts-attachment-modes`. .. function:: bool radially_attached() Whether the part is radially attached to its parent, i.e. on the side of its parent. If the part has no parent, returns ``false``. .. note:: See the discussion on :rst:ref:`cpp-api-parts-attachment-modes`. .. function:: int32_t stage() The stage in which this part will be activated. Returns -1 if the part is not activated by staging. .. note:: See the discussion on :rst:ref:`cpp-api-parts-staging`. .. function:: int32_t decouple_stage() The stage in which this part will be decoupled. Returns -1 if the part is never decoupled from the vessel. .. note:: See the discussion on :rst:ref:`cpp-api-parts-staging`. .. function:: bool massless() Whether the part is `massless `_. .. function:: double mass() The current mass of the part, including resources it contains, in kilograms. Returns zero if the part is massless. .. function:: double dry_mass() The mass of the part, not including any resources it contains, in kilograms. Returns zero if the part is massless. .. function:: bool shielded() Whether the part is shielded from the exterior of the vessel, for example by a fairing. .. function:: float dynamic_pressure() The dynamic pressure acting on the part, in Pascals. .. function:: double impact_tolerance() The impact tolerance of the part, in meters per second. .. function:: double temperature() Temperature of the part, in Kelvin. .. function:: double skin_temperature() Temperature of the skin of the part, in Kelvin. .. function:: double max_temperature() Maximum temperature that the part can survive, in Kelvin. .. function:: double max_skin_temperature() Maximum temperature that the skin of the part can survive, in Kelvin. .. function:: float thermal_mass() A measure of how much energy it takes to increase the internal temperature of the part, in Joules per Kelvin. .. function:: float thermal_skin_mass() A measure of how much energy it takes to increase the skin temperature of the part, in Joules per Kelvin. .. function:: float thermal_resource_mass() A measure of how much energy it takes to increase the temperature of the resources contained in the part, in Joules per Kelvin. .. function:: float thermal_conduction_flux() The rate at which heat energy is conducting into or out of the part via contact with other parts. Measured in energy per unit time, or power, in Watts. A positive value means the part is gaining heat energy, and negative means it is losing heat energy. .. function:: float thermal_convection_flux() The rate at which heat energy is convecting into or out of the part from the surrounding atmosphere. Measured in energy per unit time, or power, in Watts. A positive value means the part is gaining heat energy, and negative means it is losing heat energy. .. function:: float thermal_radiation_flux() The rate at which heat energy is radiating into or out of the part from the surrounding environment. Measured in energy per unit time, or power, in Watts. A positive value means the part is gaining heat energy, and negative means it is losing heat energy. .. function:: float thermal_internal_flux() The rate at which heat energy is begin generated by the part. For example, some engines generate heat by combusting fuel. Measured in energy per unit time, or power, in Watts. A positive value means the part is gaining heat energy, and negative means it is losing heat energy. .. function:: float thermal_skin_to_internal_flux() The rate at which heat energy is transferring between the part's skin and its internals. Measured in energy per unit time, or power, in Watts. A positive value means the part's internals are gaining heat energy, and negative means its skin is gaining heat energy. .. function:: uint32_t available_seats() How many open seats the part has. .. function:: Resources resources() A :class:`Resources` object for the part. .. function:: bool crossfeed() Whether this part is crossfeed capable. .. function:: bool is_fuel_line() Whether this part is a fuel line. .. function:: std::vector fuel_lines_from() The parts that are connected to this part via fuel lines, where the direction of the fuel line is into this part. .. note:: See the discussion on :rst:ref:`cpp-api-parts-fuel-lines`. .. function:: std::vector fuel_lines_to() The parts that are connected to this part via fuel lines, where the direction of the fuel line is out of this part. .. note:: See the discussion on :rst:ref:`cpp-api-parts-fuel-lines`. .. function:: std::vector modules() The modules for this part. .. function:: Antenna antenna() An :class:`Antenna` if the part is an antenna, otherwise ``NULL``. .. note:: If RemoteTech is installed, this will always return ``NULL``. To interact with RemoteTech antennas, use the RemoteTech service APIs. .. function:: CargoBay cargo_bay() A :class:`CargoBay` if the part is a cargo bay, otherwise ``NULL``. .. function:: ControlSurface control_surface() A :class:`ControlSurface` if the part is an aerodynamic control surface, otherwise ``NULL``. .. function:: Decoupler decoupler() A :class:`Decoupler` if the part is a decoupler, otherwise ``NULL``. .. function:: DockingPort docking_port() A :class:`DockingPort` if the part is a docking port, otherwise ``NULL``. .. function:: Engine engine() An :class:`Engine` if the part is an engine, otherwise ``NULL``. .. function:: Experiment experiment() An :class:`Experiment` if the part contains a single science experiment, otherwise ``NULL``. .. note:: Throws an exception if the part contains more than one experiment. In that case, use :func:`Part::experiments` to get the list of experiments in the part. .. function:: std::vector experiments() A list of :class:`Experiment` objects that the part contains. .. function:: Fairing fairing() A :class:`Fairing` if the part is a fairing, otherwise ``NULL``. .. function:: Intake intake() An :class:`Intake` if the part is an intake, otherwise ``NULL``. .. note:: This includes any part that generates thrust. This covers many different types of engine, including liquid fuel rockets, solid rocket boosters and jet engines. For RCS thrusters see :class:`RCS`. .. function:: Leg leg() A :class:`Leg` if the part is a landing leg, otherwise ``NULL``. .. function:: LaunchClamp launch_clamp() A :class:`LaunchClamp` if the part is a launch clamp, otherwise ``NULL``. .. function:: Light light() A :class:`Light` if the part is a light, otherwise ``NULL``. .. function:: Parachute parachute() A :class:`Parachute` if the part is a parachute, otherwise ``NULL``. .. function:: Radiator radiator() A :class:`Radiator` if the part is a radiator, otherwise ``NULL``. .. function:: ResourceDrain resource_drain() A :class:`ResourceDrain` if the part is a resource drain, otherwise ``NULL``. .. function:: RCS rcs() A :class:`RCS` if the part is an RCS block/thruster, otherwise ``NULL``. .. function:: ReactionWheel reaction_wheel() A :class:`ReactionWheel` if the part is a reaction wheel, otherwise ``NULL``. .. function:: ResourceConverter resource_converter() A :class:`ResourceConverter` if the part is a resource converter, otherwise ``NULL``. .. function:: ResourceHarvester resource_harvester() A :class:`ResourceHarvester` if the part is a resource harvester, otherwise ``NULL``. .. function:: RoboticController robotic_controller() A :class:`RoboticController` if the part is a robotic controller, otherwise ``NULL``. .. function:: RoboticHinge robotic_hinge() A :class:`RoboticHinge` if the part is a robotic hinge, otherwise ``NULL``. .. function:: RoboticPiston robotic_piston() A :class:`RoboticPiston` if the part is a robotic piston, otherwise ``NULL``. .. function:: RoboticRotation robotic_rotation() A :class:`RoboticRotation` if the part is a robotic rotation servo, otherwise ``NULL``. .. function:: RoboticRotor robotic_rotor() A :class:`RoboticRotor` if the part is a robotic rotor, otherwise ``NULL``. .. function:: Sensor sensor() A :class:`Sensor` if the part is a sensor, otherwise ``NULL``. .. function:: SolarPanel solar_panel() A :class:`SolarPanel` if the part is a solar panel, otherwise ``NULL``. .. function:: Wheel wheel() A :class:`Wheel` if the part is a wheel, otherwise ``NULL``. .. function:: std::tuple position(ReferenceFrame reference_frame) The position of the part in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned position vector is in. :returns: The position as a vector. .. note:: This is a fixed position in the part, defined by the parts model. It s not necessarily the same as the parts center of mass. Use :func:`Part::center_of_mass` to get the parts center of mass. .. function:: std::tuple center_of_mass(ReferenceFrame reference_frame) The position of the parts center of mass in the given reference frame. If the part is physicsless, this is equivalent to :func:`Part::position`. :Parameters: * **reference_frame** -- The reference frame that the returned position vector is in. :returns: The position as a vector. .. function:: std::tuple, std::tuple> bounding_box(ReferenceFrame reference_frame) The axis-aligned bounding box of the part in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned position vectors are in. :returns: The positions of the minimum and maximum vertices of the box, as position vectors. .. note:: This is computed from the collision mesh of the part. If the part is not collidable, the box has zero volume and is centered on the :func:`Part::position` of the part. .. function:: std::tuple direction(ReferenceFrame reference_frame) The direction the part points in, in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned direction is in. :returns: The direction as a unit vector. .. function:: std::tuple velocity(ReferenceFrame reference_frame) The linear velocity of the part in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned velocity vector is in. :returns: The velocity as a vector. The vector points in the direction of travel, and its magnitude is the speed of the body in meters per second. .. function:: std::tuple rotation(ReferenceFrame reference_frame) The rotation of the part, in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned rotation is in. :returns: The rotation as a quaternion of the form :math:`(x, y, z, w)`. .. function:: std::tuple moment_of_inertia() The moment of inertia of the part in :math:`kg.m^2` around its center of mass in the parts reference frame (:class:`ReferenceFrame`). .. function:: std::vector inertia_tensor() The inertia tensor of the part in the parts reference frame (:class:`ReferenceFrame`). Returns the 3x3 matrix as a list of elements, in row-major order. .. function:: ReferenceFrame reference_frame() The reference frame that is fixed relative to this part, and centered on a fixed position within the part, defined by the parts model. * The origin is at the position of the part, as returned by :func:`Part::position`. * The axes rotate with the part. * The x, y and z axis directions depend on the design of the part. .. note:: For docking port parts, this reference frame is not necessarily equivalent to the reference frame for the docking port, returned by :func:`DockingPort::reference_frame`. .. figure:: /images/reference-frames/part.png :align: center Mk1 Command Pod reference frame origin and axes .. function:: ReferenceFrame center_of_mass_reference_frame() The reference frame that is fixed relative to this part, and centered on its center of mass. * The origin is at the center of mass of the part, as returned by :func:`Part::center_of_mass`. * The axes rotate with the part. * The x, y and z axis directions depend on the design of the part. .. note:: For docking port parts, this reference frame is not necessarily equivalent to the reference frame for the docking port, returned by :func:`DockingPort::reference_frame`. .. function:: Force add_force(std::tuple force, std::tuple position, ReferenceFrame reference_frame) Exert a constant force on the part, acting at the given position. :Parameters: * **force** -- A vector pointing in the direction that the force acts, with its magnitude equal to the strength of the force in Newtons. * **position** -- The position at which the force acts, as a vector. * **reference_frame** -- The reference frame that the force and position are in. :returns: An object that can be used to remove or modify the force. .. function:: void instantaneous_force(std::tuple force, std::tuple position, ReferenceFrame reference_frame) Exert an instantaneous force on the part, acting at the given position. :Parameters: * **force** -- A vector pointing in the direction that the force acts, with its magnitude equal to the strength of the force in Newtons. * **position** -- The position at which the force acts, as a vector. * **reference_frame** -- The reference frame that the force and position are in. .. note:: The force is applied instantaneously in a single physics update. .. function:: void set_glow(bool value) Whether the part is glowing. .. function:: AutoStrutMode auto_strut_mode() Auto-strut mode. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: AutoStrutMode The state of an auto-strut. :func:`Part::auto_strut_mode` .. enumerator:: off Off .. enumerator:: root Root .. enumerator:: heaviest Heaviest .. enumerator:: grandparent Grandparent .. enumerator:: force_root ForceRoot .. enumerator:: force_heaviest ForceHeaviest .. enumerator:: force_grandparent ForceGrandparent .. class:: Force Obtained by calling :func:`Part::add_force`. .. function:: Part part() The part that this force is applied to. .. function:: std::tuple force_vector() .. function:: void set_force_vector(std::tuple value) The force vector, in Newtons. :returns: A vector pointing in the direction that the force acts, with its magnitude equal to the strength of the force in Newtons. .. function:: std::tuple position() .. function:: void set_position(std::tuple value) The position at which the force acts, in reference frame :class:`ReferenceFrame`. :returns: The position as a vector. .. function:: ReferenceFrame reference_frame() .. function:: void set_reference_frame(ReferenceFrame value) The reference frame of the force vector and position. .. function:: void remove() Remove the force. Module ------ .. class:: Module This can be used to interact with a specific part module. This includes part modules in stock KSP, and those added by mods. In KSP, each part has zero or more `PartModules `_ associated with it. Each one contains some of the functionality of the part. For example, an engine has a "ModuleEngines" part module that contains all the functionality of an engine. .. function:: std::string name() Name of the PartModule. For example, "ModuleEngines". .. function:: Part part() The part that contains this module. .. function:: std::map fields() The modules field names and their associated values, as a dictionary. These are the values visible in the right-click menu of the part. .. note:: Throws an exception if there is more than one field with the same name. In that case, use :func:`Module::fields_by_id` to get the fields by identifier. .. function:: std::map fields_by_id() The modules field identifiers and their associated values, as a dictionary. These are the values visible in the right-click menu of the part. .. function:: bool has_field(std::string name) Returns ``true`` if the module has a field with the given name. :Parameters: * **name** -- Name of the field. .. function:: bool has_field_with_id(std::string id) Returns ``true`` if the module has a field with the given identifier. :Parameters: * **id** -- Identifier of the field. .. function:: std::string get_field(std::string name) Returns the value of a field with the given name. :Parameters: * **name** -- Name of the field. .. function:: std::string get_field_by_id(std::string id) Returns the value of a field with the given identifier. :Parameters: * **id** -- Identifier of the field. .. function:: void set_field_int(std::string name, int32_t value) Set the value of a field to the given integer number. :Parameters: * **name** -- Name of the field. * **value** -- Value to set. .. function:: void set_field_int_by_id(std::string id, int32_t value) Set the value of a field to the given integer number. :Parameters: * **id** -- Identifier of the field. * **value** -- Value to set. .. function:: void set_field_float(std::string name, float value) Set the value of a field to the given floating point number. :Parameters: * **name** -- Name of the field. * **value** -- Value to set. .. function:: void set_field_float_by_id(std::string id, float value) Set the value of a field to the given floating point number. :Parameters: * **id** -- Identifier of the field. * **value** -- Value to set. .. function:: void set_field_string(std::string name, std::string value) Set the value of a field to the given string. :Parameters: * **name** -- Name of the field. * **value** -- Value to set. .. function:: void set_field_string_by_id(std::string id, std::string value) Set the value of a field to the given string. :Parameters: * **id** -- Identifier of the field. * **value** -- Value to set. .. function:: void set_field_bool(std::string name, bool value) Set the value of a field to true or false. :Parameters: * **name** -- Name of the field. * **value** -- Value to set. .. function:: void set_field_bool_by_id(std::string id, bool value) Set the value of a field to true or false. :Parameters: * **id** -- Identifier of the field. * **value** -- Value to set. .. function:: void reset_field(std::string name) Set the value of a field to its original value. :Parameters: * **name** -- Name of the field. .. function:: void reset_field_by_id(std::string id) Set the value of a field to its original value. :Parameters: * **id** -- Identifier of the field. .. function:: std::vector events() A list of the names of all of the modules events. Events are the clickable buttons visible in the right-click menu of the part. .. function:: std::vector events_by_id() A list of the identifiers of all of the modules events. Events are the clickable buttons visible in the right-click menu of the part. .. function:: bool has_event(std::string name) ``true`` if the module has an event with the given name. :Parameters: .. function:: bool has_event_with_id(std::string id) ``true`` if the module has an event with the given identifier. :Parameters: .. function:: void trigger_event(std::string name) Trigger the named event. Equivalent to clicking the button in the right-click menu of the part. :Parameters: .. function:: void trigger_event_by_id(std::string id) Trigger the event with the given identifier. Equivalent to clicking the button in the right-click menu of the part. :Parameters: .. function:: std::vector actions() A list of all the names of the modules actions. These are the parts actions that can be assigned to action groups in the in-game editor. .. function:: std::vector actions_by_id() A list of all the identifiers of the modules actions. These are the parts actions that can be assigned to action groups in the in-game editor. .. function:: bool has_action(std::string name) ``true`` if the part has an action with the given name. :Parameters: .. function:: bool has_action_with_id(std::string id) ``true`` if the part has an action with the given identifier. :Parameters: .. function:: void set_action(std::string name, bool value = true) Set the value of an action with the given name. :Parameters: .. function:: void set_action_by_id(std::string id, bool value = true) Set the value of an action with the given identifier. :Parameters: Specific Types of Part ---------------------- The following classes provide functionality for specific types of part. .. contents:: :local: Antenna ^^^^^^^ .. note:: If RemoteTech is installed, use the RemoteTech service APIs to interact with antennas. This class is only for stock KSP antennas. .. class:: Antenna An antenna. Obtained by calling :func:`Part::antenna`. .. function:: Part part() The part object for this antenna. .. function:: AntennaState state() The current state of the antenna. .. function:: bool deployable() Whether the antenna is deployable. .. function:: bool deployed() .. function:: void set_deployed(bool value) Whether the antenna is deployed. .. note:: Fixed antennas are always deployed. Returns an error if you try to deploy a fixed antenna. .. function:: bool can_transmit() Whether data can be transmitted by this antenna. .. function:: void transmit() Transmit data. .. function:: void cancel() Cancel current transmission of data. .. function:: bool allow_partial() .. function:: void set_allow_partial(bool value) Whether partial data transmission is permitted. .. function:: double power() The power of the antenna. .. function:: bool combinable() Whether the antenna can be combined with other antennae on the vessel to boost the power. .. function:: double combinable_exponent() Exponent used to calculate the combined power of multiple antennae on a vessel. .. function:: float packet_interval() Interval between sending packets in seconds. .. function:: float packet_size() Amount of data sent per packet in Mits. .. function:: double packet_resource_cost() Units of electric charge consumed per packet sent. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: AntennaState The state of an antenna. See :func:`Antenna::state`. .. enumerator:: deployed Antenna is fully deployed. .. enumerator:: retracted Antenna is fully retracted. .. enumerator:: deploying Antenna is being deployed. .. enumerator:: retracting Antenna is being retracted. .. enumerator:: broken Antenna is broken. Cargo Bay ^^^^^^^^^ .. class:: CargoBay A cargo bay. Obtained by calling :func:`Part::cargo_bay`. .. function:: Part part() The part object for this cargo bay. .. function:: CargoBayState state() The state of the cargo bay. .. function:: bool open() .. function:: void set_open(bool value) Whether the cargo bay is open. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: CargoBayState The state of a cargo bay. See :func:`CargoBay::state`. .. enumerator:: open Cargo bay is fully open. .. enumerator:: closed Cargo bay closed and locked. .. enumerator:: opening Cargo bay is opening. .. enumerator:: closing Cargo bay is closing. Control Surface ^^^^^^^^^^^^^^^ .. class:: ControlSurface An aerodynamic control surface. Obtained by calling :func:`Part::control_surface`. .. function:: Part part() The part object for this control surface. .. function:: bool pitch_enabled() .. function:: void set_pitch_enabled(bool value) Whether the control surface has pitch control enabled. .. function:: bool yaw_enabled() .. function:: void set_yaw_enabled(bool value) Whether the control surface has yaw control enabled. .. function:: bool roll_enabled() .. function:: void set_roll_enabled(bool value) Whether the control surface has roll control enabled. .. function:: float authority_limiter() .. function:: void set_authority_limiter(float value) The authority limiter for the control surface, which controls how far the control surface will move. .. function:: bool inverted() .. function:: void set_inverted(bool value) Whether the control surface movement is inverted. .. function:: bool deployed() .. function:: void set_deployed(bool value) Whether the control surface has been fully deployed. .. function:: float surface_area() Surface area of the control surface in :math:`m^2`. .. function:: std::tuple, std::tuple> available_torque() The available torque, in Newton meters, that can be produced by this control surface, in the positive and negative pitch, roll and yaw axes of the vessel. These axes correspond to the coordinate axes of the :func:`Vessel::reference_frame`. Decoupler ^^^^^^^^^ .. class:: Decoupler A decoupler. Obtained by calling :func:`Part::decoupler` .. function:: Part part() The part object for this decoupler. .. function:: Vessel decouple() Fires the decoupler. Returns the new vessel created when the decoupler fires. Throws an exception if the decoupler has already fired. .. note:: When called, the active vessel may change. It is therefore possible that, after calling this function, the object(s) returned by previous call(s) to :func:`active_vessel` no longer refer to the active vessel. .. function:: bool decoupled() Whether the decoupler has fired. .. function:: bool staged() Whether the decoupler is enabled in the staging sequence. .. function:: float impulse() The impulse that the decoupler imparts when it is fired, in Newton seconds. Docking Port ^^^^^^^^^^^^ .. class:: DockingPort A docking port. Obtained by calling :func:`Part::docking_port` .. function:: Part part() The part object for this docking port. .. function:: DockingPortState state() The current state of the docking port. .. function:: Part docked_part() The part that this docking port is docked to. Returns ``NULL`` if this docking port is not docked to anything. .. function:: Vessel undock() Undocks the docking port and returns the new :class:`Vessel` that is created. This method can be called for either docking port in a docked pair. Throws an exception if the docking port is not docked to anything. .. note:: When called, the active vessel may change. It is therefore possible that, after calling this function, the object(s) returned by previous call(s) to :func:`active_vessel` no longer refer to the active vessel. .. function:: float reengage_distance() The distance a docking port must move away when it undocks before it becomes ready to dock with another port, in meters. .. function:: bool has_shield() Whether the docking port has a shield. .. function:: bool shielded() .. function:: void set_shielded(bool value) The state of the docking ports shield, if it has one. Returns ``true`` if the docking port has a shield, and the shield is closed. Otherwise returns ``false``. When set to ``true``, the shield is closed, and when set to ``false`` the shield is opened. If the docking port does not have a shield, setting this attribute has no effect. .. function:: bool can_rotate() Whether the docking port can be commanded to rotate while docked. .. function:: float maximum_rotation() Maximum rotation angle in degrees. .. function:: float minimum_rotation() Minimum rotation angle in degrees. .. function:: float rotation_target() .. function:: void set_rotation_target(float value) Rotation target angle in degrees. .. function:: bool rotation_locked() .. function:: void set_rotation_locked(bool value) Lock rotation. When locked, allows auto-strut to work across the joint. .. function:: std::tuple position(ReferenceFrame reference_frame) The position of the docking port, in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned position vector is in. :returns: The position as a vector. .. function:: std::tuple direction(ReferenceFrame reference_frame) The direction that docking port points in, in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned direction is in. :returns: The direction as a unit vector. .. function:: std::tuple rotation(ReferenceFrame reference_frame) The rotation of the docking port, in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned rotation is in. :returns: The rotation as a quaternion of the form :math:`(x, y, z, w)`. .. function:: ReferenceFrame reference_frame() The reference frame that is fixed relative to this docking port, and oriented with the port. * The origin is at the position of the docking port. * The axes rotate with the docking port. * The x-axis points out to the right side of the docking port. * The y-axis points in the direction the docking port is facing. * The z-axis points out of the bottom off the docking port. .. note:: This reference frame is not necessarily equivalent to the reference frame for the part, returned by :func:`Part::reference_frame`. .. figure:: /images/reference-frames/docking-port.png :align: center Docking port reference frame origin and axes .. figure:: /images/reference-frames/docking-port-inline.png :align: center Inline docking port reference frame origin and axes .. namespace:: krpc::services::SpaceCenter .. enum-struct:: DockingPortState The state of a docking port. See :func:`DockingPort::state`. .. enumerator:: ready The docking port is ready to dock to another docking port. .. enumerator:: docked The docking port is docked to another docking port, or docked to another part (from the VAB/SPH). .. enumerator:: docking The docking port is very close to another docking port, but has not docked. It is using magnetic force to acquire a solid dock. .. enumerator:: undocking The docking port has just been undocked from another docking port, and is disabled until it moves away by a sufficient distance (:func:`DockingPort::reengage_distance`). .. enumerator:: shielded The docking port has a shield, and the shield is closed. .. enumerator:: moving The docking ports shield is currently opening/closing. Engine ^^^^^^ .. class:: Engine An engine, including ones of various types. For example liquid fuelled gimballed engines, solid rocket boosters and jet engines. Obtained by calling :func:`Part::engine`. .. note:: For RCS thrusters :func:`Part::rcs`. .. function:: Part part() The part object for this engine. .. function:: bool active() .. function:: void set_active(bool value) Whether the engine is active. Setting this attribute may have no effect, depending on :func:`Engine::can_shutdown` and :func:`Engine::can_restart`. .. function:: float thrust() The current amount of thrust being produced by the engine, in Newtons. .. function:: float available_thrust() The amount of thrust, in Newtons, that would be produced by the engine when activated and with its throttle set to 100%. Returns zero if the engine does not have any fuel. Takes the engine's current :func:`Engine::thrust_limit` and atmospheric conditions into account. .. function:: float available_thrust_at(double pressure) The amount of thrust, in Newtons, that would be produced by the engine when activated and with its throttle set to 100%. Returns zero if the engine does not have any fuel. Takes the given pressure into account. :Parameters: * **pressure** -- Atmospheric pressure in atmospheres .. function:: float max_thrust() The amount of thrust, in Newtons, that would be produced by the engine when activated and fueled, with its throttle and throttle limiter set to 100%. .. function:: float max_thrust_at(double pressure) The amount of thrust, in Newtons, that would be produced by the engine when activated and fueled, with its throttle and throttle limiter set to 100%. Takes the given pressure into account. :Parameters: * **pressure** -- Atmospheric pressure in atmospheres .. function:: float max_vacuum_thrust() The maximum amount of thrust that can be produced by the engine in a vacuum, in Newtons. This is the amount of thrust produced by the engine when activated, :func:`Engine::thrust_limit` is set to 100%, the main vessel's throttle is set to 100% and the engine is in a vacuum. .. function:: float thrust_limit() .. function:: void set_thrust_limit(float value) The thrust limiter of the engine. A value between 0 and 1. Setting this attribute may have no effect, for example the thrust limit for a solid rocket booster cannot be changed in flight. .. function:: std::vector thrusters() The components of the engine that generate thrust. .. note:: For example, this corresponds to the rocket nozzel on a solid rocket booster, or the individual nozzels on a RAPIER engine. The overall thrust produced by the engine, as reported by :func:`Engine::available_thrust`, :func:`Engine::max_thrust` and others, is the sum of the thrust generated by each thruster. .. function:: float specific_impulse() The current specific impulse of the engine, in seconds. Returns zero if the engine is not active. .. function:: float specific_impulse_at(double pressure) The specific impulse of the engine under the given pressure, in seconds. Returns zero if the engine is not active. :Parameters: * **pressure** -- Atmospheric pressure in atmospheres .. function:: float vacuum_specific_impulse() The vacuum specific impulse of the engine, in seconds. .. function:: float kerbin_sea_level_specific_impulse() The specific impulse of the engine at sea level on Kerbin, in seconds. .. function:: std::vector propellant_names() The names of the propellants that the engine consumes. .. function:: std::map propellant_ratios() The ratio of resources that the engine consumes. A dictionary mapping resource names to the ratio at which they are consumed by the engine. .. note:: For example, if the ratios are 0.6 for LiquidFuel and 0.4 for Oxidizer, then for every 0.6 units of LiquidFuel that the engine burns, it will burn 0.4 units of Oxidizer. .. function:: std::vector propellants() The propellants that the engine consumes. .. function:: bool has_fuel() Whether the engine has any fuel available. .. function:: float throttle() .. function:: void set_throttle(float value) The current throttle setting for the engine. A value between 0 and 1. This is not necessarily the same as the vessel's main throttle setting, as some engines take time to adjust their throttle (such as jet engines), or independent throttle may be enabled. When the engine's independent throttle is enabled (see :func:`Engine::independent_throttle`), can be used to set the throttle percentage. .. function:: bool throttle_locked() Whether the :func:`Control::throttle` affects the engine. For example, this is ``true`` for liquid fueled rockets, and ``false`` for solid rocket boosters. .. function:: bool independent_throttle() .. function:: void set_independent_throttle(bool value) Whether the independent throttle is enabled for the engine. .. function:: bool can_restart() Whether the engine can be restarted once shutdown. If the engine cannot be shutdown, returns ``false``. For example, this is ``true`` for liquid fueled rockets and ``false`` for solid rocket boosters. .. function:: bool can_shutdown() Whether the engine can be shutdown once activated. For example, this is ``true`` for liquid fueled rockets and ``false`` for solid rocket boosters. .. function:: bool has_modes() Whether the engine has multiple modes of operation. .. function:: std::string mode() .. function:: void set_mode(std::string value) The name of the current engine mode. .. function:: std::map modes() The available modes for the engine. A dictionary mapping mode names to :class:`Engine` objects. .. function:: void toggle_mode() Toggle the current engine mode. .. function:: bool auto_mode_switch() .. function:: void set_auto_mode_switch(bool value) Whether the engine will automatically switch modes. .. function:: bool gimballed() Whether the engine is gimballed. .. function:: float gimbal_range() The range over which the gimbal can move, in degrees. Returns 0 if the engine is not gimballed. .. function:: bool gimbal_locked() .. function:: void set_gimbal_locked(bool value) Whether the engines gimbal is locked in place. Setting this attribute has no effect if the engine is not gimballed. .. function:: float gimbal_limit() .. function:: void set_gimbal_limit(float value) The gimbal limiter of the engine. A value between 0 and 1. Returns 0 if the gimbal is locked. .. function:: std::tuple, std::tuple> available_torque() The available torque, in Newton meters, that can be produced by this engine, in the positive and negative pitch, roll and yaw axes of the vessel. These axes correspond to the coordinate axes of the :func:`Vessel::reference_frame`. Returns zero if the engine is inactive, or not gimballed. .. class:: Propellant A propellant for an engine. Obtains by calling :func:`Engine::propellants`. .. function:: std::string name() The name of the propellant. .. function:: double current_amount() The current amount of propellant. .. function:: double current_requirement() The required amount of propellant. .. function:: double total_resource_available() The total amount of the underlying resource currently reachable given resource flow rules. .. function:: double total_resource_capacity() The total vehicle capacity for the underlying propellant resource, restricted by resource flow rules. .. function:: bool ignore_for_isp() If this propellant should be ignored when calculating required mass flow given specific impulse. .. function:: bool ignore_for_thrust_curve() If this propellant should be ignored for thrust curve calculations. .. function:: bool draw_stack_gauge() If this propellant has a stack gauge or not. .. function:: bool is_deprived() If this propellant is deprived. .. function:: float ratio() The propellant ratio. Experiment ^^^^^^^^^^ .. class:: Experiment Obtained by calling :func:`Part::experiment`. .. function:: Part part() The part object for this experiment. .. function:: std::string name() Internal name of the experiment, as used in `part cfg files `_. .. function:: std::string title() Title of the experiment, as shown on the in-game UI. .. function:: void run() Run the experiment. .. function:: void transmit() Transmit all experimental data contained by this part. .. function:: void dump() Dump the experimental data contained by the experiment. .. function:: void reset() Reset the experiment. .. function:: bool deployed() Whether the experiment has been deployed. .. function:: bool rerunnable() Whether the experiment can be re-run. .. function:: bool inoperable() Whether the experiment is inoperable. .. function:: bool has_data() Whether the experiment contains data. .. function:: std::vector data() The data contained in this experiment. .. function:: std::string biome() The name of the biome the experiment is currently in. .. function:: bool available() Determines if the experiment is available given the current conditions. .. function:: ScienceSubject science_subject() Containing information on the corresponding specific science result for the current conditions. Returns ``NULL`` if the experiment is unavailable. .. class:: ScienceData Obtained by calling :func:`Experiment::data`. .. function:: float data_amount() Data amount. .. function:: float science_value() Science value. .. function:: float transmit_value() Transmit value. .. class:: ScienceSubject Obtained by calling :func:`Experiment::science_subject`. .. function:: std::string title() Title of science subject, displayed in science archives .. function:: bool is_complete() Whether the experiment has been completed. .. function:: float science() Amount of science already earned from this subject, not updated until after transmission/recovery. .. function:: float science_cap() Total science allowable for this subject. .. function:: float data_scale() Multiply science value by this to determine data amount in mits. .. function:: float subject_value() Multiplier for specific Celestial Body/Experiment Situation combination. .. function:: float scientific_value() Diminishing value multiplier for decreasing the science value returned from repeated experiments. Fairing ^^^^^^^ .. class:: Fairing A fairing. Obtained by calling :func:`Part::fairing`. Supports both stock fairings, and those from the ProceduralFairings mod. .. function:: Part part() The part object for this fairing. .. function:: void jettison() Jettison the fairing. Has no effect if it has already been jettisoned. .. function:: bool jettisoned() Whether the fairing has been jettisoned. Intake ^^^^^^ .. class:: Intake An air intake. Obtained by calling :func:`Part::intake`. .. function:: Part part() The part object for this intake. .. function:: bool open() .. function:: void set_open(bool value) Whether the intake is open. .. function:: float speed() Speed of the flow into the intake, in :math:`m/s`. .. function:: float flow() The rate of flow into the intake, in units of resource per second. .. function:: float area() The area of the intake's opening, in square meters. Leg ^^^ .. class:: Leg A landing leg. Obtained by calling :func:`Part::leg`. .. function:: Part part() The part object for this landing leg. .. function:: LegState state() The current state of the landing leg. .. function:: bool deployable() Whether the leg is deployable. .. function:: bool deployed() .. function:: void set_deployed(bool value) Whether the landing leg is deployed. .. note:: Fixed landing legs are always deployed. Returns an error if you try to deploy fixed landing gear. .. function:: bool is_grounded() Returns whether the leg is touching the ground. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: LegState The state of a landing leg. See :func:`Leg::state`. .. enumerator:: deployed Landing leg is fully deployed. .. enumerator:: retracted Landing leg is fully retracted. .. enumerator:: deploying Landing leg is being deployed. .. enumerator:: retracting Landing leg is being retracted. .. enumerator:: broken Landing leg is broken. Launch Clamp ^^^^^^^^^^^^ .. class:: LaunchClamp A launch clamp. Obtained by calling :func:`Part::launch_clamp`. .. function:: Part part() The part object for this launch clamp. .. function:: void release() Releases the docking clamp. Has no effect if the clamp has already been released. Light ^^^^^ .. class:: Light A light. Obtained by calling :func:`Part::light`. .. function:: Part part() The part object for this light. .. function:: bool active() .. function:: void set_active(bool value) Whether the light is switched on. .. function:: std::tuple color() .. function:: void set_color(std::tuple value) The color of the light, as an RGB triple. .. function:: bool blink() .. function:: void set_blink(bool value) Whether blinking is enabled. .. function:: float blink_rate() .. function:: void set_blink_rate(float value) The blink rate of the light. .. function:: float power_usage() The current power usage, in units of charge per second. Parachute ^^^^^^^^^ .. class:: Parachute A parachute. Obtained by calling :func:`Part::parachute`. .. function:: Part part() The part object for this parachute. .. function:: void deploy() Deploys the parachute. This has no effect if the parachute has already been deployed. .. function:: bool deployed() Whether the parachute has been deployed. .. function:: void arm() Deploys the parachute. This has no effect if the parachute has already been armed or deployed. .. function:: bool armed() Whether the parachute has been armed or deployed. .. function:: void cut() Cuts the parachute. .. function:: ParachuteState state() The current state of the parachute. .. function:: float deploy_altitude() .. function:: void set_deploy_altitude(float value) The altitude at which the parachute will full deploy, in meters. Only applicable to stock parachutes. .. function:: float deploy_min_pressure() .. function:: void set_deploy_min_pressure(float value) The minimum pressure at which the parachute will semi-deploy, in atmospheres. Only applicable to stock parachutes. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: ParachuteState The state of a parachute. See :func:`Parachute::state`. .. enumerator:: stowed The parachute is safely tucked away inside its housing. .. enumerator:: armed The parachute is armed for deployment. .. enumerator:: semi_deployed The parachute has been deployed and is providing some drag, but is not fully deployed yet. (Stock parachutes only) .. enumerator:: deployed The parachute is fully deployed. .. enumerator:: cut The parachute has been cut. Radiator ^^^^^^^^ .. class:: Radiator A radiator. Obtained by calling :func:`Part::radiator`. .. function:: Part part() The part object for this radiator. .. function:: bool deployable() Whether the radiator is deployable. .. function:: bool deployed() .. function:: void set_deployed(bool value) For a deployable radiator, ``true`` if the radiator is extended. If the radiator is not deployable, this is always ``true``. .. function:: RadiatorState state() The current state of the radiator. .. note:: A fixed radiator is always :enumerator:`RadiatorState::extended`. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: RadiatorState The state of a radiator. :func:`Radiator::state` .. enumerator:: extended Radiator is fully extended. .. enumerator:: retracted Radiator is fully retracted. .. enumerator:: extending Radiator is being extended. .. enumerator:: retracting Radiator is being retracted. .. enumerator:: broken Radiator is broken. Resource Converter ^^^^^^^^^^^^^^^^^^ .. class:: ResourceConverter A resource converter. Obtained by calling :func:`Part::resource_converter`. .. function:: Part part() The part object for this converter. .. function:: int32_t count() The number of converters in the part. .. function:: std::string name(int32_t index) The name of the specified converter. :Parameters: * **index** -- Index of the converter. .. function:: bool active(int32_t index) True if the specified converter is active. :Parameters: * **index** -- Index of the converter. .. function:: void start(int32_t index) Start the specified converter. :Parameters: * **index** -- Index of the converter. .. function:: void stop(int32_t index) Stop the specified converter. :Parameters: * **index** -- Index of the converter. .. function:: ResourceConverterState state(int32_t index) The state of the specified converter. :Parameters: * **index** -- Index of the converter. .. function:: std::string status_info(int32_t index) Status information for the specified converter. This is the full status message shown in the in-game UI. :Parameters: * **index** -- Index of the converter. .. function:: std::vector inputs(int32_t index) List of the names of resources consumed by the specified converter. :Parameters: * **index** -- Index of the converter. .. function:: std::vector outputs(int32_t index) List of the names of resources produced by the specified converter. :Parameters: * **index** -- Index of the converter. .. function:: float optimum_core_temperature() The core temperature at which the converter will operate with peak efficiency, in Kelvin. .. function:: float core_temperature() The core temperature of the converter, in Kelvin. .. function:: float thermal_efficiency() The thermal efficiency of the converter, as a percentage of its maximum. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: ResourceConverterState The state of a resource converter. See :func:`ResourceConverter::state`. .. enumerator:: running Converter is running. .. enumerator:: idle Converter is idle. .. enumerator:: missing_resource Converter is missing a required resource. .. enumerator:: storage_full No available storage for output resource. .. enumerator:: capacity At preset resource capacity. .. enumerator:: unknown Unknown state. Possible with modified resource converters. In this case, check :func:`ResourceConverter::status_info` for more information. Resource Harvester ^^^^^^^^^^^^^^^^^^ .. class:: ResourceHarvester A resource harvester (drill). Obtained by calling :func:`Part::resource_harvester`. .. function:: Part part() The part object for this harvester. .. function:: ResourceHarvesterState state() The state of the harvester. .. function:: bool deployed() .. function:: void set_deployed(bool value) Whether the harvester is deployed. .. function:: bool active() .. function:: void set_active(bool value) Whether the harvester is actively drilling. .. function:: float extraction_rate() The rate at which the drill is extracting ore, in units per second. .. function:: float thermal_efficiency() The thermal efficiency of the drill, as a percentage of its maximum. .. function:: float core_temperature() The core temperature of the drill, in Kelvin. .. function:: float optimum_core_temperature() The core temperature at which the drill will operate with peak efficiency, in Kelvin. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: ResourceHarvesterState The state of a resource harvester. See :func:`ResourceHarvester::state`. .. enumerator:: deploying The drill is deploying. .. enumerator:: deployed The drill is deployed and ready. .. enumerator:: retracting The drill is retracting. .. enumerator:: retracted The drill is retracted. .. enumerator:: active The drill is running. Reaction Wheel ^^^^^^^^^^^^^^ .. class:: ReactionWheel A reaction wheel. Obtained by calling :func:`Part::reaction_wheel`. .. function:: Part part() The part object for this reaction wheel. .. function:: bool active() .. function:: void set_active(bool value) Whether the reaction wheel is active. .. function:: bool broken() Whether the reaction wheel is broken. .. function:: std::tuple, std::tuple> available_torque() The available torque, in Newton meters, that can be produced by this reaction wheel, in the positive and negative pitch, roll and yaw axes of the vessel. These axes correspond to the coordinate axes of the :func:`Vessel::reference_frame`. Returns zero if the reaction wheel is inactive or broken. .. function:: std::tuple, std::tuple> max_torque() The maximum torque, in Newton meters, that can be produced by this reaction wheel, when it is active, in the positive and negative pitch, roll and yaw axes of the vessel. These axes correspond to the coordinate axes of the :func:`Vessel::reference_frame`. Resource Drain ^^^^^^^^^^^^^^ .. class:: ResourceDrain A resource drain. Obtained by calling :func:`Part::resource_drain`. .. function:: Part part() The part object for this resource drain. .. function:: std::vector available_resources() List of available resources. .. function:: void set_resource(Resource resource, bool enabled) Whether the given resource should be drained. :Parameters: .. function:: bool check_resource(Resource resource) Whether the provided resource is enabled for draining. :Parameters: .. function:: DrainMode drain_mode() .. function:: void set_drain_mode(DrainMode value) The drain mode. .. function:: float min_rate() Minimum possible drain rate .. function:: float max_rate() Maximum possible drain rate. .. function:: float rate() .. function:: void set_rate(float value) Current drain rate. .. function:: void start() Activates resource draining for all enabled parts. .. function:: void stop() Turns off resource draining. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: DrainMode Resource drain mode. See :func:`ResourceDrain::drain_mode`. .. enumerator:: part Drains from the parent part. .. enumerator:: vessel Drains from all available parts. Robotic Controller ^^^^^^^^^^^^^^^^^^ .. class:: RoboticController A robotic controller. Obtained by calling :func:`Part::robotic_controller`. .. function:: Part part() The part object for this controller. .. function:: bool has_part(Part part) Whether the controller has a part. :Parameters: .. function:: std::vector> axes() The axes for the controller. .. function:: bool add_axis(Module module, std::string field_name) Add an axis to the controller. :Parameters: :returns: Returns ``true`` if the axis is added successfully. .. function:: bool add_key_frame(Module module, std::string field_name, float time, float value) Add key frame value for controller axis. :Parameters: :returns: Returns ``true`` if the key frame is added successfully. .. function:: bool clear_axis(Module module, std::string field_name) Clear axis. :Parameters: :returns: Returns ``true`` if the axis is cleared successfully. Robotic Hinge ^^^^^^^^^^^^^ .. class:: RoboticHinge A robotic hinge. Obtained by calling :func:`Part::robotic_hinge`. .. function:: Part part() The part object for this robotic hinge. .. function:: float target_angle() .. function:: void set_target_angle(float value) Target angle. .. function:: float current_angle() Current angle. .. function:: float rate() .. function:: void set_rate(float value) Target movement rate in degrees per second. .. function:: float damping() .. function:: void set_damping(float value) Damping percentage. .. function:: bool locked() .. function:: void set_locked(bool value) Lock movement. .. function:: bool motor_engaged() .. function:: void set_motor_engaged(bool value) Whether the motor is engaged. .. function:: void move_home() Move hinge to it's built position. Robotic Piston ^^^^^^^^^^^^^^ .. class:: RoboticPiston A robotic piston part. Obtained by calling :func:`Part::robotic_piston`. .. function:: Part part() The part object for this robotic piston. .. function:: float target_extension() .. function:: void set_target_extension(float value) Target extension of the piston. .. function:: float current_extension() Current extension of the piston. .. function:: float rate() .. function:: void set_rate(float value) Target movement rate in degrees per second. .. function:: float damping() .. function:: void set_damping(float value) Damping percentage. .. function:: bool locked() .. function:: void set_locked(bool value) Lock movement. .. function:: bool motor_engaged() .. function:: void set_motor_engaged(bool value) Whether the motor is engaged. .. function:: void move_home() Move piston to it's built position. Robotic Rotation ^^^^^^^^^^^^^^^^ .. class:: RoboticRotation A robotic rotation servo. Obtained by calling :func:`Part::robotic_rotation`. .. function:: Part part() The part object for this robotic rotation servo. .. function:: float target_angle() .. function:: void set_target_angle(float value) Target angle. .. function:: float current_angle() Current angle. .. function:: float rate() .. function:: void set_rate(float value) Target movement rate in degrees per second. .. function:: float damping() .. function:: void set_damping(float value) Damping percentage. .. function:: bool locked() .. function:: void set_locked(bool value) Lock Movement .. function:: bool motor_engaged() .. function:: void set_motor_engaged(bool value) Whether the motor is engaged. .. function:: void move_home() Move rotation servo to it's built position. Robotic Rotor ^^^^^^^^^^^^^ .. class:: RoboticRotor A robotic rotor. Obtained by calling :func:`Part::robotic_rotor`. .. function:: Part part() The part object for this robotic rotor. .. function:: float target_rpm() .. function:: void set_target_rpm(float value) Target RPM. .. function:: float current_rpm() Current RPM. .. function:: bool inverted() .. function:: void set_inverted(bool value) Whether the rotor direction is inverted. .. function:: float torque_limit() .. function:: void set_torque_limit(float value) Torque limit percentage. .. function:: bool locked() .. function:: void set_locked(bool value) Lock movement. .. function:: bool motor_engaged() .. function:: void set_motor_engaged(bool value) Whether the motor is engaged. RCS ^^^ .. class:: RCS An RCS block or thruster. Obtained by calling :func:`Part::rcs`. .. function:: Part part() The part object for this RCS. .. function:: bool active() Whether the RCS thrusters are active. An RCS thruster is inactive if the RCS action group is disabled (:func:`Control::rcs`), the RCS thruster itself is not enabled (:func:`RCS::enabled`) or it is covered by a fairing (:func:`Part::shielded`). .. function:: bool enabled() .. function:: void set_enabled(bool value) Whether the RCS thrusters are enabled. .. function:: bool pitch_enabled() .. function:: void set_pitch_enabled(bool value) Whether the RCS thruster will fire when pitch control input is given. .. function:: bool yaw_enabled() .. function:: void set_yaw_enabled(bool value) Whether the RCS thruster will fire when yaw control input is given. .. function:: bool roll_enabled() .. function:: void set_roll_enabled(bool value) Whether the RCS thruster will fire when roll control input is given. .. function:: bool forward_enabled() .. function:: void set_forward_enabled(bool value) Whether the RCS thruster will fire when pitch control input is given. .. function:: bool up_enabled() .. function:: void set_up_enabled(bool value) Whether the RCS thruster will fire when yaw control input is given. .. function:: bool right_enabled() .. function:: void set_right_enabled(bool value) Whether the RCS thruster will fire when roll control input is given. .. function:: std::tuple, std::tuple> available_torque() The available torque, in Newton meters, that can be produced by this RCS, in the positive and negative pitch, roll and yaw axes of the vessel. These axes correspond to the coordinate axes of the :func:`Vessel::reference_frame`. Returns zero if RCS is disable. .. function:: std::tuple, std::tuple> available_force() The available force, in Newtons, that can be produced by this RCS, in the positive and negative x, y and z axes of the vessel. These axes correspond to the coordinate axes of the :func:`Vessel::reference_frame`. Returns zero if RCS is disabled. .. function:: float available_thrust() The amount of thrust, in Newtons, that would be produced by the thruster when activated. Returns zero if the thruster does not have any fuel. Takes the thrusters current :func:`RCS::thrust_limit` and atmospheric conditions into account. .. function:: float max_thrust() The maximum amount of thrust that can be produced by the RCS thrusters when active, in Newtons. Takes the thrusters current :func:`RCS::thrust_limit` and atmospheric conditions into account. .. function:: float max_vacuum_thrust() The maximum amount of thrust that can be produced by the RCS thrusters when active in a vacuum, in Newtons. .. function:: float thrust_limit() .. function:: void set_thrust_limit(float value) The thrust limiter of the thruster. A value between 0 and 1. .. function:: std::vector thrusters() A list of thrusters, one of each nozzel in the RCS part. .. function:: float specific_impulse() The current specific impulse of the RCS, in seconds. Returns zero if the RCS is not active. .. function:: float vacuum_specific_impulse() The vacuum specific impulse of the RCS, in seconds. .. function:: float kerbin_sea_level_specific_impulse() The specific impulse of the RCS at sea level on Kerbin, in seconds. .. function:: std::vector propellants() The names of resources that the RCS consumes. .. function:: std::map propellant_ratios() The ratios of resources that the RCS consumes. A dictionary mapping resource names to the ratios at which they are consumed by the RCS. .. function:: bool has_fuel() Whether the RCS has fuel available. Sensor ^^^^^^ .. class:: Sensor A sensor, such as a thermometer. Obtained by calling :func:`Part::sensor`. .. function:: Part part() The part object for this sensor. .. function:: bool active() .. function:: void set_active(bool value) Whether the sensor is active. .. function:: std::string value() The current value of the sensor. Solar Panel ^^^^^^^^^^^ .. class:: SolarPanel A solar panel. Obtained by calling :func:`Part::solar_panel`. .. function:: Part part() The part object for this solar panel. .. function:: bool deployable() Whether the solar panel is deployable. .. function:: bool deployed() .. function:: void set_deployed(bool value) Whether the solar panel is extended. .. function:: SolarPanelState state() The current state of the solar panel. .. function:: float energy_flow() The current amount of energy being generated by the solar panel, in units of charge per second. .. function:: float sun_exposure() The current amount of sunlight that is incident on the solar panel, as a percentage. A value between 0 and 1. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: SolarPanelState The state of a solar panel. See :func:`SolarPanel::state`. .. enumerator:: extended Solar panel is fully extended. .. enumerator:: retracted Solar panel is fully retracted. .. enumerator:: extending Solar panel is being extended. .. enumerator:: retracting Solar panel is being retracted. .. enumerator:: broken Solar panel is broken. Thruster ^^^^^^^^ .. class:: Thruster The component of an :class:`Engine` or :class:`RCS` part that generates thrust. Can obtained by calling :func:`Engine::thrusters` or :func:`RCS::thrusters`. .. note:: Engines can consist of multiple thrusters. For example, the S3 KS-25x4 "Mammoth" has four rocket nozzels, and so consists of four thrusters. .. function:: Part part() The :class:`Part` that contains this thruster. .. function:: std::tuple thrust_position(ReferenceFrame reference_frame) The position at which the thruster generates thrust, in the given reference frame. For gimballed engines, this takes into account the current rotation of the gimbal. :Parameters: * **reference_frame** -- The reference frame that the returned position vector is in. :returns: The position as a vector. .. function:: std::tuple thrust_direction(ReferenceFrame reference_frame) The direction of the force generated by the thruster, in the given reference frame. This is opposite to the direction in which the thruster expels propellant. For gimballed engines, this takes into account the current rotation of the gimbal. :Parameters: * **reference_frame** -- The reference frame that the returned direction is in. :returns: The direction as a unit vector. .. function:: ReferenceFrame thrust_reference_frame() A reference frame that is fixed relative to the thruster and orientated with its thrust direction (:func:`Thruster::thrust_direction`). For gimballed engines, this takes into account the current rotation of the gimbal. * The origin is at the position of thrust for this thruster (:func:`Thruster::thrust_position`). * The axes rotate with the thrust direction. This is the direction in which the thruster expels propellant, including any gimballing. * The y-axis points along the thrust direction. * The x-axis and z-axis are perpendicular to the thrust direction. .. function:: bool gimballed() Whether the thruster is gimballed. .. function:: std::tuple gimbal_position(ReferenceFrame reference_frame) Position around which the gimbal pivots. :Parameters: * **reference_frame** -- The reference frame that the returned position vector is in. :returns: The position as a vector. .. function:: std::tuple gimbal_angle() The current gimbal angle in the pitch, roll and yaw axes, in degrees. .. function:: std::tuple initial_thrust_position(ReferenceFrame reference_frame) The position at which the thruster generates thrust, when the engine is in its initial position (no gimballing), in the given reference frame. :Parameters: * **reference_frame** -- The reference frame that the returned position vector is in. :returns: The position as a vector. .. note:: This position can move when the gimbal rotates. This is because the thrust position and gimbal position are not necessarily the same. .. function:: std::tuple initial_thrust_direction(ReferenceFrame reference_frame) The direction of the force generated by the thruster, when the engine is in its initial position (no gimballing), in the given reference frame. This is opposite to the direction in which the thruster expels propellant. :Parameters: * **reference_frame** -- The reference frame that the returned direction is in. :returns: The direction as a unit vector. Wheel ^^^^^ .. class:: Wheel A wheel. Includes landing gear and rover wheels. Obtained by calling :func:`Part::wheel`. Can be used to control the motors, steering and deployment of wheels, among other things. .. function:: Part part() The part object for this wheel. .. function:: WheelState state() The current state of the wheel. .. function:: float radius() Radius of the wheel, in meters. .. function:: bool grounded() Whether the wheel is touching the ground. .. function:: bool has_brakes() Whether the wheel has brakes. .. function:: float brakes() .. function:: void set_brakes(float value) The braking force, as a percentage of maximum, when the brakes are applied. .. function:: bool auto_friction_control() .. function:: void set_auto_friction_control(bool value) Whether automatic friction control is enabled. .. function:: float manual_friction_control() .. function:: void set_manual_friction_control(float value) Manual friction control value. Only has an effect if automatic friction control is disabled. A value between 0 and 5 inclusive. .. function:: bool deployable() Whether the wheel is deployable. .. function:: bool deployed() .. function:: void set_deployed(bool value) Whether the wheel is deployed. .. function:: bool powered() Whether the wheel is powered by a motor. .. function:: bool motor_enabled() .. function:: void set_motor_enabled(bool value) Whether the motor is enabled. .. function:: bool motor_inverted() .. function:: void set_motor_inverted(bool value) Whether the direction of the motor is inverted. .. function:: MotorState motor_state() Whether the direction of the motor is inverted. .. function:: float motor_output() The output of the motor. This is the torque currently being generated, in Newton meters. .. function:: bool traction_control_enabled() .. function:: void set_traction_control_enabled(bool value) Whether automatic traction control is enabled. A wheel only has traction control if it is powered. .. function:: float traction_control() .. function:: void set_traction_control(float value) Setting for the traction control. Only takes effect if the wheel has automatic traction control enabled. A value between 0 and 5 inclusive. .. function:: float drive_limiter() .. function:: void set_drive_limiter(float value) Manual setting for the motor limiter. Only takes effect if the wheel has automatic traction control disabled. A value between 0 and 100 inclusive. .. function:: bool steerable() Whether the wheel has steering. .. function:: bool steering_enabled() .. function:: void set_steering_enabled(bool value) Whether the wheel steering is enabled. .. function:: bool steering_inverted() .. function:: void set_steering_inverted(bool value) Whether the wheel steering is inverted. .. function:: float steering_angle_limit() .. function:: void set_steering_angle_limit(float value) The steering angle limit. .. function:: float steering_response_time() .. function:: void set_steering_response_time(float value) Steering response time. .. function:: bool has_suspension() Whether the wheel has suspension. .. function:: float suspension_spring_strength() Suspension spring strength, as set in the editor. .. function:: float suspension_damper_strength() Suspension damper strength, as set in the editor. .. function:: bool broken() Whether the wheel is broken. .. function:: bool repairable() Whether the wheel is repairable. .. function:: float stress() Current stress on the wheel. .. function:: float stress_tolerance() Stress tolerance of the wheel. .. function:: float stress_percentage() Current stress on the wheel as a percentage of its stress tolerance. .. function:: float deflection() Current deflection of the wheel. .. function:: float slip() Current slip of the wheel. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: WheelState The state of a wheel. See :func:`Wheel::state`. .. enumerator:: deployed Wheel is fully deployed. .. enumerator:: retracted Wheel is fully retracted. .. enumerator:: deploying Wheel is being deployed. .. enumerator:: retracting Wheel is being retracted. .. enumerator:: broken Wheel is broken. .. namespace:: krpc::services::SpaceCenter .. enum-struct:: MotorState The state of the motor on a powered wheel. See :func:`Wheel::motor_state`. .. enumerator:: idle The motor is idle. .. enumerator:: running The motor is running. .. enumerator:: disabled The motor is disabled. .. enumerator:: inoperable The motor is inoperable. .. enumerator:: not_enough_resources The motor does not have enough resources to run. .. _cpp-api-parts-trees-of-parts: Trees of Parts -------------- Vessels in KSP are comprised of a number of parts, connected to one another in a *tree* structure. An example vessel is shown in Figure 1, and the corresponding tree of parts in Figure 2. The craft file for this example can also be :download:`downloaded here `. .. figure:: /images/api/parts.png :align: left :figwidth: 275 **Figure 1** -- Example parts making up a vessel. .. figure:: /images/api/parts-tree.png :align: right :figwidth: 275 **Figure 2** -- Tree of parts for the vessel in Figure 1. Arrows point from the parent part to the child part. .. container:: clearer .. Traversing the Tree ^^^^^^^^^^^^^^^^^^^ The tree of parts can be traversed using the attributes :func:`Parts::root`, :func:`Part::parent` and :func:`Part::children`. The root of the tree is the same as the vessels *root part* (part number 1 in the example above) and can be obtained by calling :func:`Parts::root`. A parts children can be obtained by calling :func:`Part::children`. If the part does not have any children, :func:`Part::children` returns an empty list. A parts parent can be obtained by calling :func:`Part::parent`. If the part does not have a parent (as is the case for the root part), :func:`Part::parent` returns ``NULL``. The following C++ example uses these attributes to perform a depth-first traversal over all of the parts in a vessel: .. literalinclude:: /scripts/services/space-center/TreeTraversal.cpp When this code is execute using the craft file for the example vessel pictured above, the following is printed out:: Command Pod Mk1 TR-18A Stack Decoupler FL-T400 Fuel Tank LV-909 Liquid Fuel Engine TR-18A Stack Decoupler FL-T800 Fuel Tank LV-909 Liquid Fuel Engine TT-70 Radial Decoupler FL-T400 Fuel Tank TT18-A Launch Stability Enhancer FTX-2 External Fuel Duct LV-909 Liquid Fuel Engine Aerodynamic Nose Cone TT-70 Radial Decoupler FL-T400 Fuel Tank TT18-A Launch Stability Enhancer FTX-2 External Fuel Duct LV-909 Liquid Fuel Engine Aerodynamic Nose Cone LT-1 Landing Struts LT-1 Landing Struts Mk16 Parachute .. _cpp-api-parts-attachment-modes: Attachment Modes ^^^^^^^^^^^^^^^^ Parts can be attached to other parts either *radially* (on the side of the parent part) or *axially* (on the end of the parent part, to form a stack). For example, in the vessel pictured above, the parachute (part 2) is *axially* connected to its parent (the command pod -- part 1), and the landing leg (part 5) is *radially* connected to its parent (the fuel tank -- part 4). The root part of a vessel (for example the command pod -- part 1) does not have a parent part, so does not have an attachment mode. However, the part is consider to be *axially* attached to nothing. The following C++ example does a depth-first traversal as before, but also prints out the attachment mode used by the part: .. literalinclude:: /scripts/services/space-center/AttachmentModes.cpp When this code is execute using the craft file for the example vessel pictured above, the following is printed out:: Command Pod Mk1 - axial TR-18A Stack Decoupler - axial FL-T400 Fuel Tank - axial LV-909 Liquid Fuel Engine - axial TR-18A Stack Decoupler - axial FL-T800 Fuel Tank - axial LV-909 Liquid Fuel Engine - axial TT-70 Radial Decoupler - radial FL-T400 Fuel Tank - radial TT18-A Launch Stability Enhancer - radial FTX-2 External Fuel Duct - radial LV-909 Liquid Fuel Engine - axial Aerodynamic Nose Cone - axial TT-70 Radial Decoupler - radial FL-T400 Fuel Tank - radial TT18-A Launch Stability Enhancer - radial FTX-2 External Fuel Duct - radial LV-909 Liquid Fuel Engine - axial Aerodynamic Nose Cone - axial LT-1 Landing Struts - radial LT-1 Landing Struts - radial Mk16 Parachute - axial .. _cpp-api-parts-fuel-lines: Fuel Lines ---------- .. figure:: /images/api/parts-fuel-lines.png :align: right :figwidth: 200 **Figure 5** -- Fuel lines from the example in Figure 1. Fuel flows from the parts highlighted in green, into the part highlighted in blue. .. figure:: /images/api/parts-fuel-lines-tree.png :align: right :figwidth: 200 **Figure 4** -- A subset of the parts tree from Figure 2 above. Fuel lines are considered parts, and are included in the parts tree (for example, as pictured in Figure 4). However, the parts tree does not contain information about which parts fuel lines connect to. The parent part of a fuel line is the part from which it will take fuel (as shown in Figure 4) however the part that it will send fuel to is not represented in the parts tree. Figure 5 shows the fuel lines from the example vessel pictured earlier. Fuel line part 15 (in red) takes fuel from a fuel tank (part 11 -- in green) and feeds it into another fuel tank (part 9 -- in blue). The fuel line is therefore a child of part 11, but its connection to part 9 is not represented in the tree. The attributes :func:`Part::fuel_lines_from` and :func:`Part::fuel_lines_to` can be used to discover these connections. In the example in Figure 5, when :func:`Part::fuel_lines_to` is called on fuel tank part 11, it will return a list of parts containing just fuel tank part 9 (the blue part). When :func:`Part::fuel_lines_from` is called on fuel tank part 9, it will return a list containing fuel tank parts 11 and 17 (the parts colored green). .. _cpp-api-parts-staging: Staging ------- .. figure:: /images/api/parts-staging.png :align: right :figwidth: 340 **Figure 6** -- Example vessel from Figure 1 with a staging sequence. Each part has two staging numbers associated with it: the stage in which the part is *activated* and the stage in which the part is *decoupled*. These values can be obtained using :func:`Part::stage` and :func:`Part::decouple_stage` respectively. For parts that are not activated by staging, :func:`Part::stage` returns -1. For parts that are never decoupled, :func:`Part::decouple_stage` returns a value of -1. Figure 6 shows an example staging sequence for a vessel. Figure 7 shows the stages in which each part of the vessel will be *activated*. Figure 8 shows the stages in which each part of the vessel will be *decoupled*. .. container:: clearer .. .. figure:: /images/api/parts-staging-activate.png :align: left :figwidth: 250 **Figure 7** -- The stage in which each part is *activated*. .. figure:: /images/api/parts-staging-decouple.png :align: right :figwidth: 250 **Figure 8** -- The stage in which each part is *decoupled*. .. container:: clearer ..