Skip to main content

Enumeration: AutothrottleTargetMode

Autothrottle target modes.

Enumeration Members

None

None = "None"

No target.

Defined in

src/sdk/autothrottle/Autothrottle.ts:11


Power

Power = "Power"

Autothrottle targets a specific engine power setting.

Defined in

src/sdk/autothrottle/Autothrottle.ts:17


Speed

Speed = "Speed"

Autothrottle targets a specific airspeed.

Defined in

src/sdk/autothrottle/Autothrottle.ts:14


ThrottlePos

ThrottlePos = "ThrottlePos"

Autothrottle targets a specific throttle lever position.

Defined in

src/sdk/autothrottle/Autothrottle.ts:20