Skip to main content

Type Alias: EspAirspeedModuleEngageData

EspAirspeedModuleEngageData = object

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:9

Data describing the engagement state of an EspAirspeedModule.

Properties

disengageIas

disengageIas: number

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:23

The indicated airspeed, in knots, within which the module disengages, or NaN if the module cannot engage due to indicated airspeed exceedance.


disengageMach

disengageMach: number

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:32

The mach number within which the module disengages, or NaN if the module cannot engage due to mach exceedance.


disengageTas

disengageTas: number

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:47

The true airspeed, in knots, within which the module disengages, or NaN if the module cannot engage due to true airspeed exceedance.


engageIas

engageIas: number

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:17

The indicated airspeed, in knots, at or beyond which the module engages, or NaN if the module cannot engage due to indicated airspeed exceedance.


engageMach

engageMach: number

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:29

The mach number at or beyond which the module engages, or NaN if the module cannot engage due to mach exceedance.


engageTas

engageTas: number

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:41

The true airspeed, in knots, at or beyond which the module engages, or NaN if the module cannot engage due to true airspeed exceedance.


isIasEngaged

isIasEngaged: boolean

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:11

Whether the module is engaged due to indicated airspeed exceedance.


isMachEngaged

isMachEngaged: boolean

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:26

Whether the module is engaged due to mach exceedance.


isTasEngaged

isTasEngaged: boolean

Defined in: src/garminsdk/esp/modules/EspAirspeedModule.ts:35

Whether the module is engaged due to true airspeed exceedance.