Skip to main content

Enumeration: LNavDataVars

Sim var names for LNAV-related data.

Enumeration Members

CDIScale

CDIScale = "L:WT_LNavData_CDI_Scale"

The current CDI scale.

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:23


DTKMagnetic

DTKMagnetic = "L:WT_LNavData_DTK_Mag"

The current nominal desired track, in degrees magnetic.

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:14


DTKTrue

DTKTrue = "L:WT_LNavData_DTK_True"

The current nominal desired track, in degrees true.

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:11


DestinationDistance

DestinationDistance = "L:WT_LNavData_Destination_Distance"

The nominal distance remaining to the destination.

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:35


WaypointBearingMagnetic

WaypointBearingMagnetic = "L:WT_LNavData_Waypoint_Bearing_Mag"

The nominal bearing to the next waypoint currently tracked by LNAV, in degrees magnetic.

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:29


WaypointBearingTrue

WaypointBearingTrue = "L:WT_LNavData_Waypoint_Bearing_True"

The nominal bearing to the next waypoint currently tracked by LNAV, in degrees true.

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:26


WaypointDistance

WaypointDistance = "L:WT_LNavData_Waypoint_Distance"

The nominal distance remaining to the next waypoint currently tracked by LNAV.

Defined in

src/sdk/autopilot/lnav/LNavDataEvents.ts:32


XTK

XTK = "L:WT_LNavData_XTK"

The current nominal 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/LNavDataEvents.ts:20