Antenna

class Antenna

A RemoteTech antenna. Obtained by calling Comms.antennas or antenna().

part

Get the part containing this antenna.

Attribute:

Read-only, cannot be set

Return type:

SpaceCenter.Part

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 or Target.active_vessel. To set the target to a celestial body, ground station or vessel see Antenna.target_body, Antenna.target_ground_station and Antenna.target_vessel.

Attribute:

Can be read or written

Return type:

Target

target_body

The celestial body the antenna is targetting.

Attribute:

Can be read or written

Return type:

SpaceCenter.CelestialBody

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:

SpaceCenter.Vessel

class Target

The type of object an antenna is targetting. See Antenna.target.

active_vessel

The active vessel.

celestial_body

A celestial body.

ground_station

A ground station.

vessel

A specific vessel.

none

No target.