space_ex v0.8.0 SpaceEx.SpaceCenter.Antenna
An antenna.
Obtained by calling SpaceEx.SpaceCenter.Part.antenna/1.
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
Whether partial data transmission is permitted.
Returns: true or false
Whether data can be transmitted by this antenna.
Returns: true or false
Cancel current transmission of data.
Returns: :ok
Whether the antenna can be combined with other antennae on the vessel to boost the power.
Returns: true or false
Exponent used to calculate the combined power of multiple antennae on a vessel.
Returns: a high precision decimal
Whether the antenna is deployable.
Returns: true or false
Whether the antenna is deployed.
Fixed antennas are always deployed. Returns an error if you try to deploy a fixed antenna.
Returns: true or false
Interval between sending packets in seconds.
Returns: a low-precision decimal
Units of electric charge consumed per packet sent.
Returns: a high precision decimal
Amount of data sent per packet in Mits.
Returns: a low-precision decimal
The part object for this antenna.
Returns: a reference to a SpaceEx.SpaceCenter.Part object
The power of the antenna.
Returns: a high precision decimal
Whether partial data transmission is permitted.
Returns: :ok
Whether the antenna is deployed.
Fixed antennas are always deployed. Returns an error if you try to deploy a fixed antenna.
Returns: :ok
The current state of the antenna.
Returns: a Elixir.SpaceEx.SpaceCenter.AntennaState value in atom form
Transmit data.
Returns: :ok