Skip to main content

Interface: LNavDataSimVarEvents

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:95

Events related to LNAV that are derived from SimVars.

Extends

Indexable

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

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

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

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

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

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

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

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

Properties

lnavdata_cdi_scale: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:55

The current CDI scale, in nautical miles.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_cdi_scale


lnavdata_destination_distance: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:67

The nominal distance remaining to the destination, in nautical miles.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_destination_distance


lnavdata_dtk_mag: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:46

The current nominal desired track, in degrees magnetic.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_dtk_mag


lnavdata_dtk_true: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:43

The current nominal desired track, in degrees true.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_dtk_true


lnavdata_waypoint_bearing_mag: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:61

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

Inherited from

BaseLNavDataSimVarEvents.lnavdata_waypoint_bearing_mag


lnavdata_waypoint_bearing_true: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:58

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

Inherited from

BaseLNavDataSimVarEvents.lnavdata_waypoint_bearing_true


lnavdata_waypoint_distance: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:64

The nominal distance remaining to the next waypoint currently tracked by LNAV, in nautical miles.

Inherited from

BaseLNavDataSimVarEvents.lnavdata_waypoint_distance


lnavdata_xtk: number

Defined in: src/sdk/autopilot/lnav/LNavDataEvents.ts:52

The current nominal 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

BaseLNavDataSimVarEvents.lnavdata_xtk