space_ex v0.8.0 SpaceEx.RemoteTech.Comms

Communications for a vessel.

Link to this section Summary

Functions

The antennas for this vessel

Whether the vessel has any connection

Whether the vessel has a connection to a ground station

Whether the vessel has a flight computer on board

Whether the vessel can be controlled locally

The shortest signal delay to the vessel, in seconds

The signal delay between the vessel and the closest ground station, in seconds

The signal delay between the this vessel and another vessel, in seconds

Get the vessel

Link to this section Functions

The antennas for this vessel.

Returns: [antenna, ...], where antenna is a reference to a SpaceEx.RemoteTech.Antenna object

Link to this function has_connection(this)

Whether the vessel has any connection.

Returns: true or false

Link to this function has_connection_to_ground_station(this)

Whether the vessel has a connection to a ground station.

Returns: true or false

Link to this function has_flight_computer(this)

Whether the vessel has a flight computer on board.

Returns: true or false

Link to this function has_local_control(this)

Whether the vessel can be controlled locally.

Returns: true or false

Link to this function signal_delay(this)

The shortest signal delay to the vessel, in seconds.

Returns: a high precision decimal

Link to this function signal_delay_to_ground_station(this)

The signal delay between the vessel and the closest ground station, in seconds.

Returns: a high precision decimal

Link to this function signal_delay_to_vessel(this, other)

The signal delay between the this vessel and another vessel, in seconds.

  • other

Returns: a high precision decimal

Get the vessel.

Returns: a reference to a SpaceEx.SpaceCenter.Vessel object