Comms

class RemoteTech.Comms

Communications for a vessel.

vessel: SpaceCenter.Vessel

Get the vessel.

Attribute:

Read-only, cannot be set

Return type:

SpaceCenter.Vessel

has_local_control: boolean

Whether the vessel can be controlled locally.

Attribute:

Read-only, cannot be set

Return type:

boolean

has_flight_computer: boolean

Whether the vessel has a flight computer on board.

Attribute:

Read-only, cannot be set

Return type:

boolean

has_connection: boolean

Whether the vessel has any connection.

Attribute:

Read-only, cannot be set

Return type:

boolean

has_connection_to_ground_station: boolean

Whether the vessel has a connection to a ground station.

Attribute:

Read-only, cannot be set

Return type:

boolean

signal_delay: number

The shortest signal delay to the vessel, in seconds.

Attribute:

Read-only, cannot be set

Return type:

number

signal_delay_to_ground_station: number

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

Attribute:

Read-only, cannot be set

Return type:

number

signal_delay_to_vessel(other)

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

Parameters:

other (SpaceCenter.Vessel) –

Return type:

number

antennas: List

The antennas for this vessel.

Attribute:

Read-only, cannot be set

Return type:

List