Skip to main content

Interface: APValues

Defined in: src/sdk/autopilot/APValues.ts:10

An object containing values pertinent to autopilot operation.

Properties

activeSimDuration

readonly activeSimDuration: 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

readonly apApproachModeOn: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:102

The AP Approach Mode is on


apMasterOn

readonly apMasterOn: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:30

Whether the autopilot master ON/OFF state is in the ON state.


approachHasGP

readonly approachHasGP: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:75

The activated approach has an LPV GP


approachIsActive

readonly approachIsActive: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:72

Approach is Activated in Flight Plan


capturedAltitude

readonly capturedAltitude: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:69

The captured altitude, in feet.


cdiId

readonly cdiId: string

Defined in: src/sdk/autopilot/APValues.ts:15

The ID of the CDI associated with the autopilot.


cdiSource

readonly cdiSource: Subscribable<Readonly<NavSourceId>>

Defined in: src/sdk/autopilot/APValues.ts:18

The autopilot's current CDI source.


dataProvider

readonly dataProvider: APDataProvider

Defined in: src/sdk/autopilot/APValues.ts:12

A provider of data for the autopilot.


isSelectedSpeedInMach

readonly isSelectedSpeedInMach: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:48

Whether the selected airspeed target is in mach.


lateralActive

readonly lateralActive: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:90

The Active Lateral Mode


lateralArmed

readonly lateralArmed: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:96

The Armed Lateral Mode


maxBankAngle

readonly maxBankAngle: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:57

The maximum Bank Angle the autopilot may command in absolute degrees.


maxBankId

readonly maxBankId: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:54

The maximum bank setting ID.


maxNoseDownPitchAngle

readonly maxNoseDownPitchAngle: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:63

The maximum nose down pitch angle the autopilot may command in degrees.


maxNoseUpPitchAngle

readonly maxNoseUpPitchAngle: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:60

The maximum nose up pitch angle the autopilot may command in degrees.


readonly nav1HasGs: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:78

The Nav 1 Radio is tuned to an ILS with a GS signal


readonly nav2HasGs: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:81

The Nav 2 Radio is tuned to an ILS with a GS signal


readonly nav3HasGs: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:84

The Nav 3 Radio is tuned to an ILS with a GS signal


readonly nav4HasGs: Subject<boolean>

Defined in: src/sdk/autopilot/APValues.ts:87

The Nav 4 Radio is tuned to an ILS with a GS signal


optional navToNavArmableLateralMode: () => 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.


optional navToNavArmableNavRadioIndex: () => -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.


optional navToNavArmableVerticalMode: () => 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.


optional navToNavTransferInProgress: () => 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

readonly selectedAltitude: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:33

The selected altitude, in feet.


selectedFlightPathAngle

readonly selectedFlightPathAngle: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:39

The selected flight path angle target, in degrees


selectedHeading

readonly selectedHeading: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:66

The selected heading, in degrees.


selectedIas

readonly selectedIas: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:42

The selected indicated airspeed target, in knots.


selectedMach

readonly selectedMach: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:45

The selected mach target.


selectedPitch

readonly selectedPitch: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:51

The selected pitch target, in degrees.


selectedVerticalSpeed

readonly selectedVerticalSpeed: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:36

The selected vertical speed target, in feet per minute.


simRate

readonly simRate: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:21

The current simulation rate.


verticalActive

readonly verticalActive: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:93

The Active Vertical Mode


verticalArmed

readonly verticalArmed: Subject<number>

Defined in: src/sdk/autopilot/APValues.ts:99

The Armed Vertical Mode