Skip to main content

Interface: GarminVNavDataEvents

Events related to Garmin 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

BaseGarminVNavDataEvents.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

BaseGarminVNavDataEvents.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

BaseGarminVNavDataEvents.gp_gsi_scaling

Defined in

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


vnav_active_constraint_global_leg_index

vnav_active_constraint_global_leg_index: number

The global index of the leg that contains the active VNAV constraint.

Inherited from

BaseGarminVNavDataEvents.vnav_active_constraint_global_leg_index

Defined in

src/garminsdk/autopilot/vnav/GarminVNavDataEvents.ts:38


vnav_active_leg_alt

vnav_active_leg_alt: number

The active leg vnav calculated target altitude in meters.

Inherited from

BaseGarminVNavDataEvents.vnav_active_leg_alt

Defined in

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


vnav_cruise_altitude

vnav_cruise_altitude: number

The current VNAV cruise altitude, in feet.

Inherited from

BaseGarminVNavDataEvents.vnav_cruise_altitude

Defined in

src/garminsdk/autopilot/vnav/GarminVNavDataEvents.ts:29


vnav_flight_phase

vnav_flight_phase: GarminVNavFlightPhase

The current VNAV flight phase.

Inherited from

BaseGarminVNavDataEvents.vnav_flight_phase

Defined in

src/garminsdk/autopilot/vnav/GarminVNavDataEvents.ts:32


vnav_path_display

vnav_path_display: boolean

Whether VNAV path details should be displayed.

Inherited from

BaseGarminVNavDataEvents.vnav_path_display

Defined in

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


vnav_tracking_phase

vnav_tracking_phase: GarminVNavTrackingPhase

The current VNAV tracking phase.

Inherited from

BaseGarminVNavDataEvents.vnav_tracking_phase

Defined in

src/garminsdk/autopilot/vnav/GarminVNavDataEvents.ts:35