Class: TasSensitivity
Defined in: src/garminsdk/traffic/TrafficAdvisorySystem.ts:239
An implementation of TcasSensitivity which provides sensitivity parameters for the Garmin Traffic Advisory System (TAS). When ADS-B is operating, Traffic Advisory sensitivity is selected based on the ADS-B Conflict Situational Awareness (CSA) algorithm. When ADS-B is not operating, Traffic Advisory sensitivity is selected based on the TAS algorithm.
Implements
TcasSensitivity
Constructors
Constructor
new TasSensitivity():
TasSensitivity
Returns
TasSensitivity
Methods
selectParameters()
selectParameters():
TcasSensitivityParameters
Defined in: src/garminsdk/traffic/TrafficAdvisorySystem.ts:272
Returns
TcasSensitivityParameters
Inherit Doc
Implementation of
TcasSensitivity.selectParameters
selectRAAlim()
selectRAAlim():
NumberUnitInterface
<Distance
>
Defined in: src/garminsdk/traffic/TrafficAdvisorySystem.ts:277
Returns
NumberUnitInterface
<Distance
>
Inherit Doc
Implementation of
TcasSensitivity.selectRAAlim
update()
Call Signature
update(
groundSpeed
,radarAltitude?
):void
Defined in: src/garminsdk/traffic/TrafficAdvisorySystem.ts:286
Updates the sensitivity without ADS-B support.
Parameters
Parameter | Type | Description |
---|---|---|
groundSpeed | NumberUnitInterface <Speed > | The ground speed of the own airplane. |
radarAltitude? | NumberUnitInterface <Distance , Unit <Distance >> | The radar altitude of the own airplane. |
Returns
void
Call Signature
update(
adsbMode
,altitude
,groundSpeed
,cdiScalingLabel?
,radarAltitude?
):void
Defined in: src/garminsdk/traffic/TrafficAdvisorySystem.ts:298
Updates the sensitivity with ADS-B support.
Parameters
Parameter | Type | Description |
---|---|---|
adsbMode | AdsbOperatingMode | The ADS-B operating mode. |
altitude | NumberUnitInterface <Distance > | The indicated altitude of the own airplane. |
groundSpeed | NumberUnitInterface <Speed > | The ground speed of the own airplane. |
cdiScalingLabel? | CDIScaleLabel | The CDI scaling sensitivity of the own airplane. |
radarAltitude? | NumberUnitInterface <Distance , Unit <Distance >> | The radar altitude of the own airplane. |
Returns
void