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