Skip to main content

Enumeration: ApproachGuidanceMode

The current Approach Guidance Mode.

Enumeration Members

GPActive

GPActive = 4

VNAV is actively follow RNAV glidepath guidance.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:52


GPArmed

GPArmed = 3

VNAV RNAV glidepath guidance is armed for capture.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:49


GSActive

GSActive = 2

VNAV is actively following ILS glideslope guidance.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:46


GSArmed

GSArmed = 1

VNAV has armed ILS glideslope guidance for capture.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:43


None

None = 0

VNAV is not currently following approach guidance.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:40