space_ex v0.4.0 SpaceEx.RemoteTech.Antenna

A RemoteTech antenna.

Obtained by calling SpaceEx.RemoteTech.Comms.antennas/2 or SpaceEx.RemoteTech.antenna/2.

Link to this section Summary

Functions

Whether the antenna has a connection

Get the part containing this antenna

The object that the antenna is targetting

The celestial body the antenna is targetting

The ground station the antenna is targetting

The vessel the antenna is targetting

The object that the antenna is targetting

The celestial body the antenna is targetting

The ground station the antenna is targetting

The vessel the antenna is targetting

Link to this section Functions

Link to this function has_connection(conn, this)

Whether the antenna has a connection.

Link to this function part(conn, this)

Get the part containing this antenna.

Link to this function set_target(conn, this, value)

The object that the antenna is targetting.

This property can be used to set the target to SpaceEx.RemoteTech.Target.none or SpaceEx.RemoteTech.Target.active_vessel. To set the target to a celestial body, ground station or vessel see SpaceEx.RemoteTech.Antenna.target_body/2, SpaceEx.RemoteTech.Antenna.target_ground_station/2 and SpaceEx.RemoteTech.Antenna.target_vessel/2.

Link to this function set_target_body(conn, this, value)

The celestial body the antenna is targetting.

Link to this function set_target_ground_station(conn, this, value)

The ground station the antenna is targetting.

Link to this function set_target_vessel(conn, this, value)

The vessel the antenna is targetting.

Link to this function target(conn, this)

The object that the antenna is targetting.

This property can be used to set the target to SpaceEx.RemoteTech.Target.none or SpaceEx.RemoteTech.Target.active_vessel. To set the target to a celestial body, ground station or vessel see SpaceEx.RemoteTech.Antenna.target_body/2, SpaceEx.RemoteTech.Antenna.target_ground_station/2 and SpaceEx.RemoteTech.Antenna.target_vessel/2.

Link to this function target_body(conn, this)

The celestial body the antenna is targetting.

Link to this function target_ground_station(conn, this)

The ground station the antenna is targetting.

Link to this function target_vessel(conn, this)

The vessel the antenna is targetting.