space_ex v0.8.0 SpaceEx.SpaceCenter.Decoupler
A decoupler.
Obtained by calling SpaceEx.SpaceCenter.Part.decoupler/1
Link to this section Summary
Functions
Fires the decoupler
Whether the decoupler has fired
The impulse that the decoupler imparts when it is fired, in Newton seconds
The part object for this decoupler
Whether the decoupler is enabled in the staging sequence
Link to this section Functions
Fires the decoupler.
Returns the new vessel created when the decoupler fires. Throws an exception if the decoupler has already fired.
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
SpaceEx.SpaceCenter.active_vessel/1 no longer refer to the active vessel.
Returns: a reference to a SpaceEx.SpaceCenter.Vessel object
Whether the decoupler has fired.
Returns: true or false
The impulse that the decoupler imparts when it is fired, in Newton seconds.
Returns: a low-precision decimal
The part object for this decoupler.
Returns: a reference to a SpaceEx.SpaceCenter.Part object
Whether the decoupler is enabled in the staging sequence.
Returns: true or false