space_ex v0.1.1 SpaceEx.SpaceCenter.Radiator
A radiator.
Obtained by calling SpaceEx.SpaceCenter.Part.get_radiator/2
.
Link to this section Summary
Functions
Whether the radiator is deployable
For a deployable radiator, true
if the radiator is extended
The part object for this radiator
The current state of the radiator
For a deployable radiator, true
if the radiator is extended
Link to this section Functions
Link to this function
get_deployable(conn, this)
Whether the radiator is deployable.
Link to this function
get_deployed(conn, this)
For a deployable radiator, true
if the radiator is extended.
If the radiator is not deployable, this is always true
.
Link to this function
get_part(conn, this)
The part object for this radiator.
Link to this function
get_state(conn, this)
The current state of the radiator.
A fixed radiator is always :extended
.
Link to this function
set_deployed(conn, this, value)
For a deployable radiator, true
if the radiator is extended.
If the radiator is not deployable, this is always true
.