Comms#

class Comms#

Communications for a vessel.

vessel#

Get the vessel.

Attribute:

Read-only, cannot be set

Return type:

SpaceCenter.Vessel

has_local_control#

Whether the vessel can be controlled locally.

Attribute:

Read-only, cannot be set

Return type:

bool

has_flight_computer#

Whether the vessel has a flight computer on board.

Attribute:

Read-only, cannot be set

Return type:

bool

has_connection#

Whether the vessel has any connection.

Attribute:

Read-only, cannot be set

Return type:

bool

has_connection_to_ground_station#

Whether the vessel has a connection to a ground station.

Attribute:

Read-only, cannot be set

Return type:

bool

signal_delay#

The shortest signal delay to the vessel, in seconds.

Attribute:

Read-only, cannot be set

Return type:

float

signal_delay_to_ground_station#

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

Attribute:

Read-only, cannot be set

Return type:

float

signal_delay_to_vessel(other)#

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

Parameters:

other (SpaceCenter.Vessel)

Return type:

float

antennas#

The antennas for this vessel.

Attribute:

Read-only, cannot be set

Return type:

list(Antenna)