Skip to main content

Interface: LNavSimVarEvents

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:186

Events published by LNAV that are derived from SimVars.

Extends

Indexable

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

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

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

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

[key: `lnav_transition_mode_${number}`]: LNavTransitionMode

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

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

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

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

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

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

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

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

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

Properties

lnav_along_track_speed: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:135

The current along-track ground speed of the airplane, in knots.

Inherited from

BaseLNavSimVarEvents.lnav_along_track_speed


lnav_course_to_steer: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:99

The current course LNAV is attempting to steer, in degrees true.

Inherited from

BaseLNavSimVarEvents.lnav_course_to_steer


lnav_dtk: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:78

The current desired track, in degrees true.

Inherited from

BaseLNavSimVarEvents.lnav_dtk


lnav_is_suspended: boolean

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:102

Whether LNAV sequencing is suspended.

Inherited from

BaseLNavSimVarEvents.lnav_is_suspended


lnav_is_tracking: boolean

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:87

Whether LNAV is tracking a path.

Inherited from

BaseLNavSimVarEvents.lnav_is_tracking


lnav_leg_distance_along: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:108

The along-track distance from the start of the currently tracked leg to the plane's present position, in nautical miles. A negative distance indicates the plane is before the start of the leg.

Inherited from

BaseLNavSimVarEvents.lnav_leg_distance_along


lnav_leg_distance_remaining: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:114

The along-track distance remaining in the currently tracked leg, in nautical miles. A negative distance indicates the plane is past the end of the leg.

Inherited from

BaseLNavSimVarEvents.lnav_leg_distance_remaining


lnav_tracked_leg_index: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:90

The global leg index of the flight plan leg LNAV is currently tracking.

Inherited from

BaseLNavSimVarEvents.lnav_tracked_leg_index


lnav_tracked_vector_index: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:96

The index of the vector LNAV is currently tracking.

Inherited from

BaseLNavSimVarEvents.lnav_tracked_vector_index


lnav_transition_mode: LNavTransitionMode

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:93

The currently active LNAV transition mode.

Inherited from

BaseLNavSimVarEvents.lnav_transition_mode


lnav_vector_anticipation_distance: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:132

The along-track distance from the current vector end where LNAV will sequence to the next vector in nautical miles. A positive value means the vector will be sequenced this distance prior to the vector end.

Inherited from

BaseLNavSimVarEvents.lnav_vector_anticipation_distance


lnav_vector_distance_along: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:120

The along-track distance from the start of the currently tracked vector to the plane's present position, in nautical miles. A negative distance indicates the plane is before the start of the vector.

Inherited from

BaseLNavSimVarEvents.lnav_vector_distance_along


lnav_vector_distance_remaining: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:126

The along-track distance remaining in the currently tracked vector, in nautical miles. A negative distance indicates the plane is past the end of the vector.

Inherited from

BaseLNavSimVarEvents.lnav_vector_distance_remaining


lnav_xtk: number

Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:84

The current crosstrack error, in nautical miles. Negative values indicate deviation to the left, as viewed when facing in the direction of the track. Positive values indicate deviation to the right.

Inherited from

BaseLNavSimVarEvents.lnav_xtk