space_ex v0.3.0 SpaceEx.SpaceCenter.Decoupler

A decoupler.

Obtained by calling SpaceEx.SpaceCenter.Part.decoupler/2

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

Link to this function decouple(conn, this)

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.

Link to this function decoupled(conn, this)

Whether the decoupler has fired.

Link to this function impulse(conn, this)

The impulse that the decoupler imparts when it is fired, in Newton seconds.

Link to this function part(conn, this)

The part object for this decoupler.

Link to this function staged(conn, this)

Whether the decoupler is enabled in the staging sequence.