Antenna¶
- class Antenna¶
A RemoteTech antenna. Obtained by calling
Comms.AntennasorRemoteTech.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.NoneorTarget.ActiveVessel. To set the target to a celestial body, ground station or vessel seeAntenna.TargetBody,Antenna.TargetGroundStationandAntenna.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