Skip to main content

Enumeration: VNavPathMode

The current VNAV path mode.

Enumeration Members

None

None = 0

VNAV path is not active.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:23


PathActive

PathActive = 2

VNAV path is actively navigating.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:29


PathArmed

PathArmed = 1

VNAV path is armed for capture.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:26


PathInvalid

PathInvalid = 3

The current VNAV path is not valid.

Defined in

src/sdk/autopilot/VerticalNavigation.ts:32