Type Alias: GarminGlideslopeDeviationModuleOptions
GarminGlideslopeDeviationModuleOptions =
object
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:12
Configuration options for GarminGlideslopeDeviationModule.
Properties
functionAsGpws?
optional
functionAsGpws:boolean
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:20
Whether alerting should function as a GPWS alert. If true
, then radar altimeter data (up to 2500 feet AGL) will
be used to measure height above terrain, and alerting will be inhibited when the GarminTawsStatus.GpwsFailed
status is active. If false
, then GPS altitude in conjunction with terrain database ground elevation will be used
to measure height above terrain, and alerting will be inhibited when the GarminTawsStatus.TawsFailed
or
GarminTawsStatus.TawsNotAvailable
statuses are active. Defaults to false
.
glidepathInhibitFlags?
optional
glidepathInhibitFlags:Iterable
<string
>
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:56
The inhibit flags that should inhibit glidepath alerting. If not defined, then no flags will inhibit glidepath alerting.
glideslopeInhibitFlags?
optional
glideslopeInhibitFlags:Iterable
<string
>
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:50
The inhibit flags that should inhibit glideslope alerting. If not defined, then no flags will inhibit glideslope alerting.
triggerDebounce?
optional
triggerDebounce:number
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:26
The consecutive amount of time, in milliseconds, that the conditions for one of the module's alerts must be met
before the alert is triggered. Defaults to 2000
.
triggerHysteresis?
optional
triggerHysteresis:number
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:38
The amount of time, in milliseconds, after an alert becomes triggered before it can be untriggered. Defaults to
5000
.
untriggerDebounce?
optional
untriggerDebounce:number
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:32
The consecutive amount of time, in milliseconds, that the conditions for one of the module's alerts must not be
met before the alert is untriggered. Defaults to 2000
.
untriggerHysteresis?
optional
untriggerHysteresis:number
Defined in: src/garminsdk/terrain/modules/gsd/GarminGlideslopeDeviationModule.ts:44
The amount of time, in milliseconds, after an alert becomes untriggered before it can be triggered. Defaults to
0
.