Skip to main content

Interface: BaseVNavSimVarEvents

Events derived from VNAV SimVars keyed by base topic names.

Hierarchy

Properties

gp_approach_mode

gp_approach_mode: ApproachGuidanceMode

The VNAV approach guidance mode.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:187


gp_distance

gp_distance: number

The current distance to the glidepath endpoint, in feet.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:193


gp_fpa

gp_fpa: number

The current glidepath FPA.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:196


gp_required_vs

gp_required_vs: number

The vertical speed, in feet per minute, required for the airplane to reach the glidepath target.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:199


gp_service_level

gp_service_level: number

The approach glidepath service level.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:202


gp_vertical_deviation

gp_vertical_deviation: number

The current glidepath vertical deviation, in feet.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:190


vnav_altitude_capture_type

vnav_altitude_capture_type: VNavAltCaptureType

The VNAV current alt capture type.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:119


vnav_boc_distance

vnav_boc_distance: number

The distance along the flight path from the airplane's present position to the next VNAV BOC, in meters.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:152


vnav_boc_global_leg_index

vnav_boc_global_leg_index: number

The global index of the flight plan leg that contains the next VNAV BOC, or -1 if there is no such BOC. The BOC is always located at the beginning of its containing leg.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:163


vnav_bod_distance

vnav_bod_distance: number

The distance along the flight path from the airplane's present position to the next VNAV BOD, in meters.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:128


vnav_bod_global_leg_index

vnav_bod_global_leg_index: number

The global index of the flight plan leg that contains the next VNAV BOD, or -1 if there is no BOD. The next BOD is defined as the next point in the flight path including or after the active leg where the VNAV profile transitions from a descent to a level-off, discontinuity, or the end of the flight path. The BOD is always located at the end of its containing leg.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:143


vnav_constraint_altitude

vnav_constraint_altitude: number

The VNAV current constraint altitude in feet.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:169


vnav_constraint_global_leg_index

vnav_constraint_global_leg_index: number

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

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:166


vnav_fpa

vnav_fpa: number

The flight path angle, in degrees, for the currently active VNAV path segment. Positive angles represent descending paths.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:178


vnav_next_constraint_altitude

vnav_next_constraint_altitude: number

The VNAV next constraint altitude in feet.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:172


vnav_path_available

vnav_path_available: boolean

Whether a VNAV Path Exists for the current leg.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:113


vnav_path_mode

vnav_path_mode: VNavPathMode

The VNAV path mode.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:110


vnav_required_vs

vnav_required_vs: number

The vertical speed, in feet per minute, required for the airplane to meet the next VNAV altitude constraint if it starts climbing/descending from its current altitude immediately.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:184


vnav_state

vnav_state: VNavState

The VNAV state.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:116


vnav_target_altitude

vnav_target_altitude: number

The target altitude, in feet, of the currently active VNAV constraint.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:107


vnav_toc_distance

vnav_toc_distance: number

The distance along the flight path from the airplane's present position to the current VNAV TOC, in meters.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:146


vnav_toc_global_leg_index

vnav_toc_global_leg_index: number

The global index of the flight plan leg that contains the current VNAV TOC, or -1 if there is no such TOC.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:157


vnav_toc_leg_distance

vnav_toc_leg_distance: number

The distance along the flight path from the current VNAV TOC to the end of its containing leg, in meters.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:149


vnav_tod_distance

vnav_tod_distance: number

The distance along the flight path from the airplane's present position to the current VNAV TOD, in meters.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:122


vnav_tod_global_leg_index

vnav_tod_global_leg_index: number

The global index of the flight plan leg that contains the TOD associated with the next VNAV BOD, or -1 if there is no such TOD. The TOD is defined as the point along the flight path at which the aircraft will intercept the VNAV profile continuing to the next BOD if it continues to fly level at its current altitude.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:135


vnav_tod_leg_distance

vnav_tod_leg_distance: number

The distance from the current VNAV TOD to the end of its containing leg, in meters.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:125


vnav_vertical_deviation

vnav_vertical_deviation: number

The vertical deviation, in feet, of the calculated VNAV path from the airplane's indicated altitude. Positive values indicate the path lies above the airplane.

Defined in

src/sdk/autopilot/vnav/VNavEvents.ts:104