Antenna¶
- class Antenna¶
A RemoteTech antenna. Obtained by calling
Comms.Antennas
orRemoteTech.Antenna
.- SpaceCenter.Part Part { get; }¶
Get the part containing this antenna.
- Game Scenes:
All
- Target Target { get; set; }¶
The object that the antenna is targetting. This property can be used to set the target to
Target.None
orTarget.ActiveVessel
. To set the target to a celestial body, ground station or vessel seeAntenna.TargetBody
,Antenna.TargetGroundStation
andAntenna.TargetVessel
.- Game Scenes:
All
- SpaceCenter.CelestialBody TargetBody { get; set; }¶
The celestial body the antenna is targetting.
- Game Scenes:
All
- String TargetGroundStation { get; set; }¶
The ground station the antenna is targetting.
- Game Scenes:
All
- SpaceCenter.Vessel TargetVessel { get; set; }¶
The vessel the antenna is targetting.
- Game Scenes:
All