Type Alias: APGSDirectorNavData
APGSDirectorNavData =
object
Defined in: src/sdk/autopilot/directors/APGSDirector.ts:19
Radio navigation data received by a APGSDirector.
Properties
frequency
frequency:
number
Defined in: src/sdk/autopilot/directors/APGSDirector.ts:24
The frequency on which the data is received, in megahertz, or 0 if no data is received.
gsAngle
gsAngle:
number|null
Defined in: src/sdk/autopilot/directors/APGSDirector.ts:36
The angle of the received glideslope signal, in degrees. Positive values indicate a descending path. If a
glideslope signal is not being received, then this value is null.
gsAngleError
gsAngleError:
number|null
Defined in: src/sdk/autopilot/directors/APGSDirector.ts:43
The glideslope angle error, in degrees, defined as the difference between the angle from the glideslope antenna to
the airplane and the glideslope angle. Positive values indicate deviation of the airplane above the glideslope. If
a glideslope signal is not being received, then this value is null.
hasGs
hasGs:
boolean
Defined in: src/sdk/autopilot/directors/APGSDirector.ts:30
Whether a glideslope signal is being received.
navSource
navSource:
Readonly<NavSourceId>
Defined in: src/sdk/autopilot/directors/APGSDirector.ts:21
The CDI source of the data. An index of 0 indicates no data is received.
signal
signal:
number
Defined in: src/sdk/autopilot/directors/APGSDirector.ts:27
The signal strength.