Skip to main content

Type Alias: G3000AutothrottleFmaData

G3000AutothrottleFmaData = object

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autothrottle/G3000Autothrottle.ts:14

Autothrottle data to display on the PFD FMA (AFCS status box).

Properties

activeMode

activeMode: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autothrottle/G3000Autothrottle.ts:22

The name of the active autothrottle mode.


armedMode

armedMode: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autothrottle/G3000Autothrottle.ts:19

The name of the armed autothrottle mode.


isActiveModeFail

isActiveModeFail: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autothrottle/G3000Autothrottle.ts:25

Whether the active autothrottle mode is a failure mode.


status

status: G3000AutothrottleStatus

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autothrottle/G3000Autothrottle.ts:16

The status of the autothrottle.


targetIas

targetIas: number | null

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autothrottle/G3000Autothrottle.ts:28

The active target indicated airspeed to display, in knots, or null if there is no such value.


targetMach

targetMach: number | null

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autothrottle/G3000Autothrottle.ts:31

The active target mach number to display, or null if there is no such value.