Type Alias: AoaSystemOptions
AoaSystemOptions =
object
Defined in: src/garminsdk/system/AoaSystem.ts:35
Configuration options for AoaSystem.
Properties
stallAoa?
optionalstallAoa: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?
optionalzeroLiftAoa: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.