Skip to main content

Type Alias: AutothrottleThrottleInfo

AutothrottleThrottleInfo = object

Defined in: src/sdk/autothrottle/AbstractAutothrottle.ts:25

Information describing a throttle controlled by an autothrottle system.

Properties

idlePosition

idlePosition: number

Defined in: src/sdk/autothrottle/AbstractAutothrottle.ts:33

The idle position of the throttle, where -1 is full reverse, 0 is neutral, and 1 is full forward.


index

index: AutothrottleThrottleIndex

Defined in: src/sdk/autothrottle/AbstractAutothrottle.ts:27

The index of the engine controlled by the throttle.


isVirtual

isVirtual: boolean

Defined in: src/sdk/autothrottle/AbstractAutothrottle.ts:30

Whether the throttle is a virtual throttle.


maxThrustPosition

maxThrustPosition: number

Defined in: src/sdk/autothrottle/AbstractAutothrottle.ts:36

The maximum thrust position of the throttle, where -1 is full reverse, 0 is neutral, and 1 is full forward.