Skip to main content

Type Alias: GarminExcessiveClosureRateModuleOptions

GarminExcessiveClosureRateModuleOptions = object

Defined in: src/garminsdk/terrain/modules/ecr/GarminExcessiveClosureRateModule.ts:44

Configuration options for GarminExcessiveClosureRateModule.

Properties

closureRateSmootherParams?

optional closureRateSmootherParams: Readonly<GarminExcessiveClosureRateModuleSmootherParams>

Defined in: src/garminsdk/terrain/modules/ecr/GarminExcessiveClosureRateModule.ts:68

Parameters for smoothing applied to terrain closure rate.


flapsLandingAngle?

optional flapsLandingAngle: readonly [number, number]

Defined in: src/garminsdk/terrain/modules/ecr/GarminExcessiveClosureRateModule.ts:65

The flaps extension angle range, as [min, max] in degrees, that defines the landing flaps configuration. If not defined, then flaps will never be considered to be in the landing configuration.


forceNoFlta?

optional forceNoFlta: boolean

Defined in: src/garminsdk/terrain/modules/ecr/GarminExcessiveClosureRateModule.ts:59

Whether to force the module to always consider FLTA as not available. If false, then FLTA will be considered not available if and only if either the GarminTawsStatus.TawsFailed or GarminTawsStatus.TawsNotAvailable status flag is active. Defaults to false.


functionAsGpws?

optional functionAsGpws: boolean

Defined in: src/garminsdk/terrain/modules/ecr/GarminExcessiveClosureRateModule.ts:52

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.


inhibitFlags?

optional inhibitFlags: Iterable<string>

Defined in: src/garminsdk/terrain/modules/ecr/GarminExcessiveClosureRateModule.ts:95

The inhibit flags that should inhibit alerting. If not defined, then no flags will inhibit alerting.


triggerDebounce?

optional triggerDebounce: number

Defined in: src/garminsdk/terrain/modules/ecr/GarminExcessiveClosureRateModule.ts:74

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/ecr/GarminExcessiveClosureRateModule.ts:86

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/ecr/GarminExcessiveClosureRateModule.ts:80

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/ecr/GarminExcessiveClosureRateModule.ts:92

The amount of time, in milliseconds, after an alert becomes untriggered before it can be triggered. Defaults to 0.