Skip to main content

Type Alias: APVNavPathDirectorGuidance

APVNavPathDirectorGuidance = object

Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:17

Vertical navigation guidance for APVNavPathDirector.

Properties

deviation

deviation: number

Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:31

The deviation of the vertical track from the airplane, in feet. Positive values indicate the track lies above the airplane.


fpa

fpa: number

Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:25

The flight path angle of the vertical track, in degrees. Positive angles indicate a downward-sloping track.


isValid

isValid: boolean

Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:19

Whether this guidance is valid.