Skip to main content

Interface: VNavDataEvents

Defined in: src/sdk/autopilot/vnav/VNavDataEvents.ts:34

Events related to VNAV data.

Extends

Indexable

[key: `approach_supports_gp_${number}`]: boolean

[key: `vnav_path_display_${number}`]: boolean

[key: `vnav_active_leg_alt_${number}`]: number

[key: `gp_available_${number}`]: boolean

[key: `gp_gsi_scaling_${number}`]: number

Properties

approach_supports_gp

approach_supports_gp: boolean

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

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

Inherited from

BaseVNavDataEvents.approach_supports_gp


gp_available

gp_available: boolean

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

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

Inherited from

BaseVNavDataEvents.gp_available


gp_gsi_scaling

gp_gsi_scaling: number

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

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

Inherited from

BaseVNavDataEvents.gp_gsi_scaling


vnav_active_leg_alt

vnav_active_leg_alt: number

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

The active leg vnav calculated target altitude in meters.

Inherited from

BaseVNavDataEvents.vnav_active_leg_alt


vnav_path_display

vnav_path_display: boolean

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

Whether VNAV path details should be displayed.

Inherited from

BaseVNavDataEvents.vnav_path_display