space_ex v0.1.0 SpaceEx.SpaceCenter.SolarPanel

A solar panel.

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

Link to this section Summary

Functions

Whether the solar panel is deployable

Whether the solar panel is extended

The current amount of energy being generated by the solar panel, in units of charge per second

The part object for this solar panel

The current state of the solar panel

The current amount of sunlight that is incident on the solar panel, as a percentage

Whether the solar panel is extended

Link to this section Functions

Link to this function get_deployable(conn, this)

Whether the solar panel is deployable.

Link to this function get_deployed(conn, this)

Whether the solar panel is extended.

Link to this function get_energy_flow(conn, this)

The current amount of energy being generated by the solar panel, in units of charge per second.

Link to this function get_part(conn, this)

The part object for this solar panel.

Link to this function get_state(conn, this)

The current state of the solar panel.

Link to this function get_sun_exposure(conn, this)

The current amount of sunlight that is incident on the solar panel, as a percentage.

A value between 0 and 1.

Link to this function set_deployed(conn, this, value)

Whether the solar panel is extended.