Type Alias: APGPDirectorGuidance
APGPDirectorGuidance =
object
Defined in: src/sdk/autopilot/directors/APGPDirector.ts:16
Glidepath guidance for APGPDirector.
Properties
deviation
deviation:
number
Defined in: src/sdk/autopilot/directors/APGPDirector.ts:27
The deviation of the glidepath from the airplane, in feet. Positive values indicate the path lies above the airplane.
fpa
fpa:
number
Defined in: src/sdk/autopilot/directors/APGPDirector.ts:21
The flight path angle of the glidepath, in degrees. Positive angles indicate a downward-sloping path.
isValid
isValid:
boolean
Defined in: src/sdk/autopilot/directors/APGPDirector.ts:18
Whether this guidance is valid.