Skip to main content

Interface: Epic2AutothrottleEvents

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:4

Events related to the Epic2 autothrottle.

Properties

epic2_at_commanded_thrust

epic2_at_commanded_thrust: null | number

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:33

The commanded thrust in range [0, 1], or null when invalid.


epic2_at_deactivate_warning

epic2_at_deactivate_warning: boolean

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:27

Whether the deactivation warning is active (10 seconds for normal disconnect, continuous for abnormal).


epic2_at_failed

epic2_at_failed: boolean

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:24

Whether the autothrottle is in a failed state.


epic2_at_fma_data

epic2_at_fma_data: Readonly<Epic2AutothrottleFmaData>

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:21

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


epic2_at_mode_active

epic2_at_mode_active: string

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:12

The name of the active autothrottle mode.


epic2_at_mode_armed

epic2_at_mode_armed: string

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:9

The name of the armed autothrottle mode.


epic2_at_status

epic2_at_status: Epic2AutothrottleStatus

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:6

The status of the autothrottle.


epic2_at_target_cas

epic2_at_target_cas: number

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:15

The active target indicated airspeed, in knots. A negative value indicates there is no active target IAS.


epic2_at_target_mach

epic2_at_target_mach: number

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:18

The active target mach number. A negative value indicates there is no active target mach number.


epic2_at_target_throttle_speed

epic2_at_target_throttle_speed: null | number

Defined in: workingtitle-instruments-epic2/shared/Autothrottle/Epic2AutothrottleEvents.ts:30

The thrust director target thrust in range [0, 1], or null when the thrust director is disabled.