Skip to main content

Interface: LNavSimVarEvents

Events published by LNAV that are derived from SimVars.

Hierarchy

Properties

lnav_along_track_speed: number

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

Inherited from

BaseLNavSimVarEvents.lnav_along_track_speed

Defined in

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


lnav_course_to_steer: number

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

Inherited from

BaseLNavSimVarEvents.lnav_course_to_steer

Defined in

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


lnav_dtk: number

The current desired track, in degrees true.

Inherited from

BaseLNavSimVarEvents.lnav_dtk

Defined in

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


lnav_is_suspended: boolean

Whether LNAV sequencing is suspended.

Inherited from

BaseLNavSimVarEvents.lnav_is_suspended

Defined in

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


lnav_is_tracking: boolean

Whether LNAV is tracking a path.

Inherited from

BaseLNavSimVarEvents.lnav_is_tracking

Defined in

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


lnav_leg_distance_along: number

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

Defined in

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


lnav_leg_distance_remaining: number

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

Defined in

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


lnav_tracked_leg_index: number

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

Inherited from

BaseLNavSimVarEvents.lnav_tracked_leg_index

Defined in

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


lnav_tracked_vector_index: number

The index of the vector LNAV is currently tracking.

Inherited from

BaseLNavSimVarEvents.lnav_tracked_vector_index

Defined in

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


lnav_transition_mode: LNavTransitionMode

The currently active LNAV transition mode.

Inherited from

BaseLNavSimVarEvents.lnav_transition_mode

Defined in

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


lnav_vector_anticipation_distance: number

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

Defined in

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


lnav_vector_distance_along: number

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

Defined in

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


lnav_vector_distance_remaining: number

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

Defined in

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


lnav_xtk: number

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

Defined in

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