RemoteTech#

This service provides functionality to interact with RemoteTech.

available#

Whether RemoteTech is installed.

Attribute:

Read-only, cannot be set

Return type:

bool

ground_stations#

The names of the ground stations.

Attribute:

Read-only, cannot be set

Return type:

list(str)

static antenna(part)#

Get the antenna object for a particular part.

Parameters:

part (SpaceCenter.Part)

Return type:

Antenna

static comms(vessel)#

Get a communications object, representing the communication capability of a particular vessel.

Parameters:

vessel (SpaceCenter.Vessel)

Return type:

Comms