space_ex v0.4.0 SpaceEx.SpaceCenter.Antenna

An antenna.

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

Link to this section Summary

Functions

Whether partial data transmission is permitted

Whether data can be transmitted by this antenna

Cancel current transmission of data

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

Whether partial data transmission is permitted

Whether the antenna is deployed

The current state of the antenna

Transmit data

Link to this section Functions

Link to this function allow_partial(conn, this)

Whether partial data transmission is permitted.

Link to this function can_transmit(conn, this)

Whether data can be transmitted by this antenna.

Link to this function cancel(conn, this)

Cancel current transmission of data.

Link to this function combinable(conn, this)

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

Link to this function combinable_exponent(conn, this)

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

Link to this function deployable(conn, this)

Whether the antenna is deployable.

Link to this function 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 packet_interval(conn, this)

Interval between sending packets in seconds.

Link to this function packet_resource_cost(conn, this)

Units of electric charge consumed per packet sent.

Link to this function packet_size(conn, this)

Amount of data sent per packet in Mits.

Link to this function part(conn, this)

The part object for this antenna.

Link to this function power(conn, this)

The power 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 state(conn, this)

The current state of the antenna.

Link to this function transmit(conn, this)

Transmit data.