Enumeration: LNavVars
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:10
SimVar names for LNAV data.
Enumeration Members
AlongTrackSpeed
AlongTrackSpeed:
"L:WTAP_LNav_Along_Track_Speed"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:70
The current along-track ground speed of the airplane.
CourseToSteer
CourseToSteer:
"L:WTAP_LNav_Course_To_Steer"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:34
The current course LNAV is attempting to steer, in degrees true.
DTK
DTK:
"L:WTAP_LNav_DTK"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:12
The current desired track, in degrees true.
IsSuspended
IsSuspended:
"L:WTAP_LNav_Is_Suspended"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:37
Whether LNAV sequencing is suspended.
IsTracking
IsTracking:
"L:WTAP_LNav_Is_Tracking"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:21
Whether LNAV is tracking a path.
LegDistanceAlong
LegDistanceAlong:
"L:WTAP_LNav_Leg_Distance_Along"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:43
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.
LegDistanceRemaining
LegDistanceRemaining:
"L:WTAP_LNav_Leg_Distance_Remaining"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:49
The along-track distance remaining in the currently tracked leg. A negative distance indicates the plane is past the end of the leg.
TrackedLegIndex
TrackedLegIndex:
"L:WTAP_LNav_Tracked_Leg_Index"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:24
The global leg index of the flight plan leg LNAV is currently tracking.
TrackedVectorIndex
TrackedVectorIndex:
"L:WTAP_LNav_Tracked_Vector_Index"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:31
The index of the vector LNAV is currently tracking.
TransitionMode
TransitionMode:
"L:WTAP_LNav_Transition_Mode"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:28
The currently active LNAV transition mode.
VectorAnticipationDistance
VectorAnticipationDistance:
"L:WTAP_LNav_Vector_Anticipation_Distance"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:67
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.
VectorDistanceAlong
VectorDistanceAlong:
"L:WTAP_LNav_Vector_Distance_Along"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:55
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.
VectorDistanceRemaining
VectorDistanceRemaining:
"L:WTAP_LNav_Vector_Distance_Remaining"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:61
The along-track distance remaining in the currently tracked vector. A negative distance indicates the plane is past the end of the vector.
XTK
XTK:
"L:WTAP_LNav_XTK"
Defined in: src/sdk/autopilot/lnav/LNavEvents.ts:18
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.