RemoteTech¶
This service provides functionality to interact with RemoteTech.
- available: boolean¶
Whether RemoteTech is installed.
- Attribute:
Read-only, cannot be set
- Return type:
boolean
- ground_stations: List¶
The names of the ground stations.
- Attribute:
Read-only, cannot be set
- Return type:
List
- static antenna(part)¶
Get the antenna object for a particular part.
- Parameters:
part (
SpaceCenter.Part
) –- Return type:
- static comms(vessel)¶
Get a communications object, representing the communication capability of a particular vessel.
- Parameters:
vessel (
SpaceCenter.Vessel
) –- Return type: