Skip to main content

Enumeration: VNavPathMode

Defined in: src/sdk/autopilot/VerticalNavigation.ts:21

The current VNAV path mode.

Enumeration Members

None

None: 0

Defined in: src/sdk/autopilot/VerticalNavigation.ts:23

VNAV path is not active.


PathActive

PathActive: 2

Defined in: src/sdk/autopilot/VerticalNavigation.ts:29

VNAV path is actively navigating.


PathArmed

PathArmed: 1

Defined in: src/sdk/autopilot/VerticalNavigation.ts:26

VNAV path is armed for capture.


PathInvalid

PathInvalid: 3

Defined in: src/sdk/autopilot/VerticalNavigation.ts:32

The current VNAV path is not valid.