Interface: APValues
Defined in: src/sdk/autopilot/APValues.ts:10
An object containing values pertinent to autopilot operation.
Properties
activeSimDuration
readonlyactiveSimDuration:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:27
The total amount of simulated time, in milliseconds, that has elapsed since the beginning of the current simulation session.
apApproachModeOn
readonlyapApproachModeOn:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:102
The AP Approach Mode is on
apMasterOn
readonlyapMasterOn:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:30
Whether the autopilot master ON/OFF state is in the ON state.
approachHasGP
readonlyapproachHasGP:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:75
The activated approach has an LPV GP
approachIsActive
readonlyapproachIsActive:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:72
Approach is Activated in Flight Plan
capturedAltitude
readonlycapturedAltitude:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:69
The captured altitude, in feet.
cdiId
readonlycdiId:string
Defined in: src/sdk/autopilot/APValues.ts:15
The ID of the CDI associated with the autopilot.
cdiSource
readonlycdiSource:Subscribable<Readonly<NavSourceId>>
Defined in: src/sdk/autopilot/APValues.ts:18
The autopilot's current CDI source.
dataProvider
readonlydataProvider:APDataProvider
Defined in: src/sdk/autopilot/APValues.ts:12
A provider of data for the autopilot.
isSelectedSpeedInMach
readonlyisSelectedSpeedInMach:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:48
Whether the selected airspeed target is in mach.
lateralActive
readonlylateralActive:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:90
The Active Lateral Mode
lateralArmed
readonlylateralArmed:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:96
The Armed Lateral Mode
maxBankAngle
readonlymaxBankAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:57
The maximum Bank Angle the autopilot may command in absolute degrees.
maxBankId
readonlymaxBankId:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:54
The maximum bank setting ID.
maxNoseDownPitchAngle
readonlymaxNoseDownPitchAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:63
The maximum nose down pitch angle the autopilot may command in degrees.
maxNoseUpPitchAngle
readonlymaxNoseUpPitchAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:60
The maximum nose up pitch angle the autopilot may command in degrees.
nav1HasGs
readonlynav1HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:78
The Nav 1 Radio is tuned to an ILS with a GS signal
nav2HasGs
readonlynav2HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:81
The Nav 2 Radio is tuned to an ILS with a GS signal
nav3HasGs
readonlynav3HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:84
The Nav 3 Radio is tuned to an ILS with a GS signal
nav4HasGs
readonlynav4HasGs:Subject<boolean>
Defined in: src/sdk/autopilot/APValues.ts:87
The Nav 4 Radio is tuned to an ILS with a GS signal
navToNavArmableLateralMode()?
optionalnavToNavArmableLateralMode: () =>number
Defined in: src/sdk/autopilot/APValues.ts:118
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:110
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:126
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:132
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:33
The selected altitude, in feet.
selectedFlightPathAngle
readonlyselectedFlightPathAngle:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:39
The selected flight path angle target, in degrees
selectedHeading
readonlyselectedHeading:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:66
The selected heading, in degrees.
selectedIas
readonlyselectedIas:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:42
The selected indicated airspeed target, in knots.
selectedMach
readonlyselectedMach:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:45
The selected mach target.
selectedPitch
readonlyselectedPitch:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:51
The selected pitch target, in degrees.
selectedVerticalSpeed
readonlyselectedVerticalSpeed:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:36
The selected vertical speed target, in feet per minute.
simRate
readonlysimRate:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:21
The current simulation rate.
verticalActive
readonlyverticalActive:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:93
The Active Vertical Mode
verticalArmed
readonlyverticalArmed:Subject<number>
Defined in: src/sdk/autopilot/APValues.ts:99
The Armed Vertical Mode