Skip to main content

Type Alias: AoaSystemOptions

AoaSystemOptions = object

Defined in: src/garminsdk/system/AoaSystem.ts:35

Configuration options for AoaSystem.

Properties

stallAoa?

optional stallAoa: number | Subscribable<number>

Defined in: src/garminsdk/system/AoaSystem.ts:40

The airplane's critical (stall) angle of attack, in degrees. If not defined, then the system will use the value reported by the sim.


zeroLiftAoa?

optional zeroLiftAoa: number | Subscribable<number>

Defined in: src/garminsdk/system/AoaSystem.ts:46

The airplane's zero-lift angle of attack, in degrees. If not defined, then the system will use the value reported by the sim.