Skip to main content

Class: TasSensitivity

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

Returns

TcasSensitivityParameters

Inherit Doc

Implementation of

TcasSensitivity.selectParameters

Defined in

src/garminsdk/traffic/TrafficAdvisorySystem.ts:272


selectRAAlim

selectRAAlim(): NumberUnitInterface<Distance, Unit<Distance>>

Returns

NumberUnitInterface<Distance, Unit<Distance>>

Inherit Doc

Implementation of

TcasSensitivity.selectRAAlim

Defined in

src/garminsdk/traffic/TrafficAdvisorySystem.ts:277


update

update(groundSpeed, radarAltitude?): void

Updates the sensitivity without ADS-B support.

Parameters

NameTypeDescription
groundSpeedNumberUnitInterface<Speed, Unit<Speed>>The ground speed of the own airplane.
radarAltitude?NumberUnitInterface<Distance, Unit<Distance>>The radar altitude of the own airplane.

Returns

void

Defined in

src/garminsdk/traffic/TrafficAdvisorySystem.ts:286

update(adsbMode, altitude, groundSpeed, cdiScalingLabel?, radarAltitude?): void

Updates the sensitivity with ADS-B support.

Parameters

NameTypeDescription
adsbModeAdsbOperatingModeThe ADS-B operating mode.
altitudeNumberUnitInterface<Distance, Unit<Distance>>The indicated altitude of the own airplane.
groundSpeedNumberUnitInterface<Speed, Unit<Speed>>The ground speed of the own airplane.
cdiScalingLabel?CDIScaleLabelThe CDI scaling sensitivity of the own airplane.
radarAltitude?NumberUnitInterface<Distance, Unit<Distance>>The radar altitude of the own airplane.

Returns

void

Defined in

src/garminsdk/traffic/TrafficAdvisorySystem.ts:298