Enumeration: LNavVars
SimVar names for LNAV data.
Enumeration Members
AlongTrackSpeed
• AlongTrackSpeed = "L:WTAP_LNav_Along_Track_Speed"
The current along-track ground speed of the airplane.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:70
CourseToSteer
• CourseToSteer = "L:WTAP_LNav_Course_To_Steer"
The current course LNAV is attempting to steer, in degrees true.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:34
DTK
• DTK = "L:WTAP_LNav_DTK"
The current desired track, in degrees true.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:12
IsSuspended
• IsSuspended = "L:WTAP_LNav_Is_Suspended"
Whether LNAV sequencing is suspended.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:37
IsTracking
• IsTracking = "L:WTAP_LNav_Is_Tracking"
Whether LNAV is tracking a path.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:21
LegDistanceAlong
• LegDistanceAlong = "L:WTAP_LNav_Leg_Distance_Along"
The along-track distance from the start of the currently tracked leg to the plane's present position. A negative distance indicates the plane is before the start of the leg.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:43
LegDistanceRemaining
• LegDistanceRemaining = "L:WTAP_LNav_Leg_Distance_Remaining"
The along-track distance remaining in the currently tracked leg. A negative distance indicates the plane is past the end of the leg.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:49
TrackedLegIndex
• TrackedLegIndex = "L:WTAP_LNav_Tracked_Leg_Index"
The global leg index of the flight plan leg LNAV is currently tracking.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:24
TrackedVectorIndex
• TrackedVectorIndex = "L:WTAP_LNav_Tracked_Vector_Index"
The index of the vector LNAV is currently tracking.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:31
TransitionMode
• TransitionMode = "L:WTAP_LNav_Transition_Mode"
The currently active LNAV transition mode.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:28
VectorAnticipationDistance
• VectorAnticipationDistance = "L:WTAP_LNav_Vector_Anticipation_Distance"
The along-track distance from the current vector end where LNAV will sequence to the next vector. A positive value means the vector will be sequenced this distance prior to the vector end.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:67
VectorDistanceAlong
• VectorDistanceAlong = "L:WTAP_LNav_Vector_Distance_Along"
The along-track distance from the start of the currently tracked vector to the plane's present position. A negative distance indicates the plane is before the start of the vector.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:55
VectorDistanceRemaining
• VectorDistanceRemaining = "L:WTAP_LNav_Vector_Distance_Remaining"
The along-track distance remaining in the currently tracked vector. A negative distance indicates the plane is past the end of the vector.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:61
XTK
• XTK = "L:WTAP_LNav_XTK"
The current crosstrack error. Negative values indicate deviation to the left, as viewed when facing in the direction of the track. Positive values indicate deviation to the right.
Defined in
src/sdk/autopilot/lnav/LNavEvents.ts:18