Interface: BaseVNavEvents
VNAV events keyed by base topic names.
Hierarchy
↳
BaseVNavEvents
↳↳
VNavEvents
Properties
gp_approach_mode
• gp_approach_mode: ApproachGuidanceMode
The VNAV approach guidance mode.
Inherited from
BaseVNavSimVarEvents.gp_approach_mode
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:187
gp_distance
• gp_distance: number
The current distance to the glidepath endpoint, in feet.
Inherited from
BaseVNavSimVarEvents.gp_distance
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:193
gp_fpa
• gp_fpa: number
The current glidepath FPA.
Inherited from
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.
Inherited from
BaseVNavSimVarEvents.gp_required_vs
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:199
gp_service_level
• gp_service_level: number
The approach glidepath service level.
Inherited from
BaseVNavSimVarEvents.gp_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.
Inherited from
BaseVNavSimVarEvents.gp_vertical_deviation
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:190
vnav_altitude_capture_type
• vnav_altitude_capture_type: VNavAltCaptureType
The VNAV current alt capture type.
Inherited from
BaseVNavSimVarEvents.vnav_altitude_capture_type
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:119
vnav_altitude_constraint_details
• vnav_altitude_constraint_details: Readonly
<AltitudeConstraintDetails
>
The current VNAV target altitude restriction feet and type.
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:228
vnav_availability
• vnav_availability: VNavAvailability
The current availability of VNAV from the director.
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:225
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.
Inherited from
BaseVNavSimVarEvents.vnav_boc_distance
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.
Inherited from
BaseVNavSimVarEvents.vnav_boc_global_leg_index
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.
Inherited from
BaseVNavSimVarEvents.vnav_bod_distance
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.
Inherited from
BaseVNavSimVarEvents.vnav_bod_global_leg_index
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:143
vnav_constraint_altitude
• vnav_constraint_altitude: number
The VNAV current constraint altitude in feet.
Inherited from
BaseVNavSimVarEvents.vnav_constraint_altitude
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.
Inherited from
BaseVNavSimVarEvents.vnav_constraint_global_leg_index
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.
Inherited from
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.
Inherited from
BaseVNavSimVarEvents.vnav_next_constraint_altitude
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.
Inherited from
BaseVNavSimVarEvents.vnav_path_available
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:113
vnav_path_calculated
• vnav_path_calculated: number
VNAV path calculations were updated for the specified vertical flight plan.
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:222
vnav_path_mode
• vnav_path_mode: VNavPathMode
The VNAV path mode.
Inherited from
BaseVNavSimVarEvents.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.
Inherited from
BaseVNavSimVarEvents.vnav_required_vs
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:184
vnav_state
• vnav_state: VNavState
The VNAV state.
Inherited from
BaseVNavSimVarEvents.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.
Inherited from
BaseVNavSimVarEvents.vnav_target_altitude
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.
Inherited from
BaseVNavSimVarEvents.vnav_toc_distance
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.
Inherited from
BaseVNavSimVarEvents.vnav_toc_global_leg_index
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.
Inherited from
BaseVNavSimVarEvents.vnav_toc_leg_distance
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.
Inherited from
BaseVNavSimVarEvents.vnav_tod_distance
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.
Inherited from
BaseVNavSimVarEvents.vnav_tod_global_leg_index
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.
Inherited from
BaseVNavSimVarEvents.vnav_tod_leg_distance
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.
Inherited from
BaseVNavSimVarEvents.vnav_vertical_deviation
Defined in
src/sdk/autopilot/vnav/VNavEvents.ts:104