Antenna¶
- class RemoteTech.Antenna¶
A RemoteTech antenna. Obtained by calling
RemoteTech.Comms.antennas
orRemoteTech.antenna()
.- part: SpaceCenter.Part¶
Get the part containing this antenna.
- Attribute:
Read-only, cannot be set
- Return type:
- has_connection: boolean¶
Whether the antenna has a connection.
- Attribute:
Read-only, cannot be set
- Return type:
boolean
- target: RemoteTech.Target¶
The object that the antenna is targetting. This property can be used to set the target to
RemoteTech.Target.none
orRemoteTech.Target.active_vessel
. To set the target to a celestial body, ground station or vessel seeRemoteTech.Antenna.target_body
,RemoteTech.Antenna.target_ground_station
andRemoteTech.Antenna.target_vessel
.- Attribute:
Can be read or written
- Return type:
- target_body: SpaceCenter.CelestialBody¶
The celestial body the antenna is targetting.
- Attribute:
Can be read or written
- Return type:
- target_ground_station: string¶
The ground station the antenna is targetting.
- Attribute:
Can be read or written
- Return type:
string
- target_vessel: SpaceCenter.Vessel¶
The vessel the antenna is targetting.
- Attribute:
Can be read or written
- Return type: