Interface: APValues
Defined in: src/sdk/autopilot/APValues.ts:9
An object containing values pertinent to autopilot operation.
Properties
apApproachModeOn
readonlyapApproachModeOn:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:89
The AP Approach Mode is on
approachHasGP
readonlyapproachHasGP:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:62
The activated approach has an LPV GP
approachIsActive
readonlyapproachIsActive:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:59
Approach is Activated in Flight Plan
capturedAltitude
readonlycapturedAltitude:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:56
The captured altitude, in feet.
cdiId
readonlycdiId:string
Defined in: src/sdk/autopilot/APValues.ts:11
The ID of the CDI associated with the autopilot.
cdiSource
readonlycdiSource:Subscribable<Readonly<NavSourceId>>
Defined in: src/sdk/autopilot/APValues.ts:14
The autopilot's current CDI source.
isSelectedSpeedInMach
readonlyisSelectedSpeedInMach:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:35
Whether the selected airspeed target is in mach.
lateralActive
readonlylateralActive:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:77
The Active Lateral Mode
lateralArmed
readonlylateralArmed:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:83
The Armed Lateral Mode
maxBankAngle
readonlymaxBankAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:44
The maximum Bank Angle the autopilot may command in absolute degrees.
maxBankId
readonlymaxBankId:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:41
The maximum bank setting ID.
maxNoseDownPitchAngle
readonlymaxNoseDownPitchAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:50
The maximum nose down pitch angle the autopilot may command in degrees.
maxNoseUpPitchAngle
readonlymaxNoseUpPitchAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:47
The maximum nose up pitch angle the autopilot may command in degrees.
nav1HasGs
readonlynav1HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:65
The Nav 1 Radio is tuned to an ILS with a GS signal
nav2HasGs
readonlynav2HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:68
The Nav 2 Radio is tuned to an ILS with a GS signal
nav3HasGs
readonlynav3HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:71
The Nav 3 Radio is tuned to an ILS with a GS signal
nav4HasGs
readonlynav4HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:74
The Nav 4 Radio is tuned to an ILS with a GS signal
navToNavArmableLateralMode()?
optionalnavToNavArmableLateralMode: () =>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()?
optionalnavToNavArmableNavRadioIndex: () =>-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()?
optionalnavToNavArmableVerticalMode: () =>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()?
optionalnavToNavTransferInProgress: () =>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
readonlyselectedAltitude:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:20
The selected altitude, in feet.
selectedFlightPathAngle
readonlyselectedFlightPathAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:26
The selected flight path angle target, in degrees
selectedHeading
readonlyselectedHeading:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:53
The selected heading, in degrees.
selectedIas
readonlyselectedIas:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:29
The selected indicated airspeed target, in knots.
selectedMach
readonlyselectedMach:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:32
The selected mach target.
selectedPitch
readonlyselectedPitch:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:38
The selected pitch target, in degrees.
selectedVerticalSpeed
readonlyselectedVerticalSpeed:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:23
The selected vertical speed target, in feet per minute.
simRate
readonlysimRate:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:17
The current simulation rate.
verticalActive
readonlyverticalActive:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:80
The Active Vertical Mode
verticalArmed
readonlyverticalArmed:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:86
The Armed Vertical Mode