space_ex v0.1.1 SpaceEx.SpaceCenter.Antenna

An antenna.

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

Link to this section Summary

Functions

Cancel current transmission of data

Whether partial data transmission is permitted

Whether data can be transmitted by this antenna

Whether the antenna can be combined with other antennae on the vessel to boost the power

Exponent used to calculate the combined power of multiple antennae on a vessel

Whether the antenna is deployable

Whether the antenna is deployed

Interval between sending packets in seconds

Units of electric charge consumed per packet sent

Amount of data sent per packet in Mits

The part object for this antenna

The power of the antenna

The current state of the antenna

Whether partial data transmission is permitted

Whether the antenna is deployed

Transmit data

Link to this section Functions

Link to this function cancel(conn, this)

Cancel current transmission of data.

Link to this function get_allow_partial(conn, this)

Whether partial data transmission is permitted.

Link to this function get_can_transmit(conn, this)

Whether data can be transmitted by this antenna.

Link to this function get_combinable(conn, this)

Whether the antenna can be combined with other antennae on the vessel to boost the power.

Link to this function get_combinable_exponent(conn, this)

Exponent used to calculate the combined power of multiple antennae on a vessel.

Link to this function get_deployable(conn, this)

Whether the antenna is deployable.

Link to this function get_deployed(conn, this)

Whether the antenna is deployed.

Fixed antennas are always deployed. Returns an error if you try to deploy a fixed antenna.

Link to this function get_packet_interval(conn, this)

Interval between sending packets in seconds.

Link to this function get_packet_resource_cost(conn, this)

Units of electric charge consumed per packet sent.

Link to this function get_packet_size(conn, this)

Amount of data sent per packet in Mits.

Link to this function get_part(conn, this)

The part object for this antenna.

Link to this function get_power(conn, this)

The power of the antenna.

Link to this function get_state(conn, this)

The current state of the antenna.

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

Whether partial data transmission is permitted.

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

Whether the antenna is deployed.

Fixed antennas are always deployed. Returns an error if you try to deploy a fixed antenna.

Link to this function transmit(conn, this)

Transmit data.