Interface: APValues
Defined in: src/sdk/autopilot/APValues.ts:9
An object containing values pertinent to autopilot operation.
Properties
apApproachModeOn
readonly
apApproachModeOn:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:89
The AP Approach Mode is on
approachHasGP
readonly
approachHasGP:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:62
The activated approach has an LPV GP
approachIsActive
readonly
approachIsActive:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:59
Approach is Activated in Flight Plan
capturedAltitude
readonly
capturedAltitude:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:56
The captured altitude, in feet.
cdiId
readonly
cdiId:string
Defined in: src/sdk/autopilot/APValues.ts:11
The ID of the CDI associated with the autopilot.
cdiSource
readonly
cdiSource:Subscribable
<Readonly
<NavSourceId
>>
Defined in: src/sdk/autopilot/APValues.ts:14
The autopilot's current CDI source.
isSelectedSpeedInMach
readonly
isSelectedSpeedInMach:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:35
Whether the selected airspeed target is in mach.
lateralActive
readonly
lateralActive:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:77
The Active Lateral Mode
lateralArmed
readonly
lateralArmed:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:83
The Armed Lateral Mode
maxBankAngle
readonly
maxBankAngle:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:44
The maximum Bank Angle the autopilot may command in absolute degrees.
maxBankId
readonly
maxBankId:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:41
The maximum bank setting ID.
maxNoseDownPitchAngle
readonly
maxNoseDownPitchAngle:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:50
The maximum nose down pitch angle the autopilot may command in degrees.
maxNoseUpPitchAngle
readonly
maxNoseUpPitchAngle:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:47
The maximum nose up pitch angle the autopilot may command in degrees.
nav1HasGs
readonly
nav1HasGs:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:65
The Nav 1 Radio is tuned to an ILS with a GS signal
nav2HasGs
readonly
nav2HasGs:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:68
The Nav 2 Radio is tuned to an ILS with a GS signal
nav3HasGs
readonly
nav3HasGs:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:71
The Nav 3 Radio is tuned to an ILS with a GS signal
nav4HasGs
readonly
nav4HasGs:Subject
<boolean
>
Defined in: src/sdk/autopilot/APValues.ts:74
The Nav 4 Radio is tuned to an ILS with a GS signal
navToNavArmableLateralMode()?
optional
navToNavArmableLateralMode: () =>number
Defined in: src/sdk/autopilot/APValues.ts:105
Gets the autopilot lateral mode that can be armed while waiting for the nav-to-nav manager to switch CDI source,
or APLateralModes.NONE
if no modes can be armed.
Returns
number
The autopilot lateral mode that can be armed while waiting for the nav-to-nav manager to switch CDI
source, or APLateralModes.NONE
if no modes can be armed.
navToNavArmableNavRadioIndex()?
optional
navToNavArmableNavRadioIndex: () =>-1
|NavRadioIndex
Defined in: src/sdk/autopilot/APValues.ts:97
Gets the index of the NAV radio that can be armed for a CDI source switch by the nav-to-nav manager, or -1
if a
CDI source switch cannot be armed.
Returns
-1
| NavRadioIndex
The index of the NAV radio that can be armed for a CDI source switch by the nav-to-nav manager, or -1
if a CDI source switch cannot be armed.
navToNavArmableVerticalMode()?
optional
navToNavArmableVerticalMode: () =>number
Defined in: src/sdk/autopilot/APValues.ts:113
Gets the autopilot vertical mode that can be armed while waiting for the nav-to-nav manager to switch CDI source,
or APLateralModes.NONE
if no modes can be armed.
Returns
number
The autopilot vertical mode that can be armed while waiting for the nav-to-nav manager to switch CDI
source, or APLateralModes.NONE
if no modes can be armed.
navToNavTransferInProgress()?
optional
navToNavTransferInProgress: () =>boolean
Defined in: src/sdk/autopilot/APValues.ts:119
Checks whether a CDI source switch initiated by the nav-to-nav manager is currently in progress.
Returns
boolean
Whether a CDI source switch initiated by the nav-to-nav manager is currently in progress.
selectedAltitude
readonly
selectedAltitude:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:20
The selected altitude, in feet.
selectedFlightPathAngle
readonly
selectedFlightPathAngle:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:26
The selected flight path angle target, in degrees
selectedHeading
readonly
selectedHeading:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:53
The selected heading, in degrees.
selectedIas
readonly
selectedIas:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:29
The selected indicated airspeed target, in knots.
selectedMach
readonly
selectedMach:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:32
The selected mach target.
selectedPitch
readonly
selectedPitch:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:38
The selected pitch target, in degrees.
selectedVerticalSpeed
readonly
selectedVerticalSpeed:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:23
The selected vertical speed target, in feet per minute.
simRate
readonly
simRate:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:17
The current simulation rate.
verticalActive
readonly
verticalActive:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:80
The Active Vertical Mode
verticalArmed
readonly
verticalArmed:Subject
<number
>
Defined in: src/sdk/autopilot/APValues.ts:86
The Armed Vertical Mode