Skip to main content

Interface: AutothrottleEvents

Autothrottle-related events.

Properties

at_master_is_active

at_master_is_active: boolean

Whether the autothrottle is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:28


at_max_ias

at_max_ias: number

The maximum indicated airspeed, in knots, allowed by the autothrottle.

Defined in

src/sdk/autothrottle/Autothrottle.ts:58


at_max_mach

at_max_mach: number

The maximum mach number allowed by the autothrottle.

Defined in

src/sdk/autothrottle/Autothrottle.ts:61


at_max_power

at_max_power: number

The maximum engine power allowed by the autothrottle.

Defined in

src/sdk/autothrottle/Autothrottle.ts:70


at_max_throttle_pos

at_max_throttle_pos: number

The maximum normalized throttle lever position allowed by the autothrottle.

Defined in

src/sdk/autothrottle/Autothrottle.ts:73


at_min_ias

at_min_ias: number

The minimum indicated airspeed, in knots, allowed by the autothrottle.

Defined in

src/sdk/autothrottle/Autothrottle.ts:64


at_min_mach

at_min_mach: number

The minimum mach number allowed by the autothrottle.

Defined in

src/sdk/autothrottle/Autothrottle.ts:67


at_min_throttle_pos

at_min_throttle_pos: number

The minimum normalized throttle lever position allowed by the autothrottle.

Defined in

src/sdk/autothrottle/Autothrottle.ts:76


at_overpower_prot_is_active

at_overpower_prot_is_active: boolean

Whether the autothrottle's overpower protection is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:37


at_overspeed_prot_is_active

at_overspeed_prot_is_active: boolean

Whether the autothrottle's overspeed protection is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:31


at_selected_ias

at_selected_ias: number

Autothrottle selected indicated airspeed, in knots.

Defined in

src/sdk/autothrottle/Autothrottle.ts:43


at_selected_mach

at_selected_mach: number

Autothrottle selected mach number.

Defined in

src/sdk/autothrottle/Autothrottle.ts:46


at_selected_power

at_selected_power: number

Autothrottle selected engine power.

Defined in

src/sdk/autothrottle/Autothrottle.ts:52


at_selected_speed_is_mach

at_selected_speed_is_mach: boolean

Whether autothrottle is targeting selected mach number instead of indicated airspeed.

Defined in

src/sdk/autothrottle/Autothrottle.ts:49


at_selected_throttle_pos

at_selected_throttle_pos: number

Autothrottle selected normalized throttle lever position.

Defined in

src/sdk/autothrottle/Autothrottle.ts:55


at_servo_1_is_active

at_servo_1_is_active: boolean

Whether the autothrottle servo for engine throttle 1 is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:79


at_servo_2_is_active

at_servo_2_is_active: boolean

Whether the autothrottle servo for engine throttle 2 is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:82


at_servo_3_is_active

at_servo_3_is_active: boolean

Whether the autothrottle servo for engine throttle 3 is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:85


at_servo_4_is_active

at_servo_4_is_active: boolean

Whether the autothrottle servo for engine throttle 4 is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:88


at_target_mode

at_target_mode: AutothrottleTargetMode

Autothrottle target mode.

Defined in

src/sdk/autothrottle/Autothrottle.ts:40


at_underspeed_prot_is_active

at_underspeed_prot_is_active: boolean

Whether the autothrottle's underspeed protection is active.

Defined in

src/sdk/autothrottle/Autothrottle.ts:34