space_ex v0.4.0 SpaceEx.SpaceCenter.RCS
An RCS block or thruster.
Obtained by calling SpaceEx.SpaceCenter.Part.rcs/2
.
Link to this section Summary
Functions
Whether the RCS thrusters are active
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
Whether the RCS thrusters are enabled
Whether the RCS thruster will fire when pitch control input is given
Whether the RCS has fuel available
The specific impulse of the RCS at sea level on Kerbin, in seconds
The maximum amount of thrust that can be produced by the RCS thrusters when active, in Newtons
The maximum amount of thrust that can be produced by the RCS thrusters when active in a vacuum, in Newtons
The part object for this RCS
Whether the RCS thruster will fire when pitch control input is given
The ratios of resources that the RCS consumes
The names of resources that the RCS consumes
Whether the RCS thruster will fire when roll control input is given
Whether the RCS thruster will fire when roll control input is given
Whether the RCS thrusters are enabled
Whether the RCS thruster will fire when pitch control input is given
Whether the RCS thruster will fire when pitch control input is given
Whether the RCS thruster will fire when roll control input is given
Whether the RCS thruster will fire when roll control input is given
Whether the RCS thruster will fire when yaw control input is given
Whether the RCS thruster will fire when yaw control input is given
The current specific impulse of the RCS, in seconds
A list of thrusters, one of each nozzel in the RCS part
Whether the RCS thruster will fire when yaw control input is given
The vacuum specific impulse of the RCS, in seconds
Whether the RCS thruster will fire when yaw control input is given
Link to this section Functions
Whether the RCS thrusters are active.
An RCS thruster is inactive if the RCS action group is disabled
(SpaceEx.SpaceCenter.Control.rcs/2
), the RCS thruster itself is not enabled
(SpaceEx.SpaceCenter.RCS.enabled/2
) or it is covered by a fairing (SpaceEx.SpaceCenter.Part.shielded/2
).
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 SpaceEx.SpaceCenter.Vessel.reference_frame/2
.
Returns zero if RCS is disable.
Whether the RCS thrusters are enabled.
Whether the RCS thruster will fire when pitch control input is given.
Whether the RCS has fuel available.
The RCS thruster must be activated for this property to update correctly.
The specific impulse of the RCS at sea level on Kerbin, in seconds.
The maximum amount of thrust that can be produced by the RCS thrusters when active, in Newtons.
The maximum amount of thrust that can be produced by the RCS thrusters when active in a vacuum, in Newtons.
The part object for this RCS.
Whether the RCS thruster will fire when pitch control input is given.
The ratios of resources that the RCS consumes.
A dictionary mapping resource names to the ratios at which they are consumed by the RCS.
The names of resources that the RCS consumes.
Whether the RCS thruster will fire when roll control input is given.
Whether the RCS thruster will fire when roll control input is given.
Whether the RCS thrusters are enabled.
Whether the RCS thruster will fire when pitch control input is given.
Whether the RCS thruster will fire when pitch control input is given.
Whether the RCS thruster will fire when roll control input is given.
Whether the RCS thruster will fire when roll control input is given.
Whether the RCS thruster will fire when yaw control input is given.
Whether the RCS thruster will fire when yaw control input is given.
The current specific impulse of the RCS, in seconds.
Returns zero if the RCS is not active.
A list of thrusters, one of each nozzel in the RCS part.
Whether the RCS thruster will fire when yaw control input is given.
The vacuum specific impulse of the RCS, in seconds.
Whether the RCS thruster will fire when yaw control input is given.