Skip to main content

Interface: VNavDataEvents

Events related to VNAV data.

Hierarchy

Properties

approach_supports_gp

approach_supports_gp: boolean

Whether or not a loaded and active GPS Approach can support vertical guidance (GP).

Inherited from

BaseVNavDataEvents.approach_supports_gp

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:9


gp_available

gp_available: boolean

Whether or not vertical guidance (GP) is currently available for display and guidance.

Inherited from

BaseVNavDataEvents.gp_available

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:18


gp_gsi_scaling

gp_gsi_scaling: number

The full scale deflection of the vertical GSI due to GPS glidepath deviation, in feet.

Inherited from

BaseVNavDataEvents.gp_gsi_scaling

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:21


vnav_active_leg_alt

vnav_active_leg_alt: number

The active leg vnav calculated target altitude in meters.

Inherited from

BaseVNavDataEvents.vnav_active_leg_alt

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:15


vnav_path_display

vnav_path_display: boolean

Whether VNAV path details should be displayed.

Inherited from

BaseVNavDataEvents.vnav_path_display

Defined in

src/sdk/autopilot/vnav/VNavDataEvents.ts:12