Skip to main content

Class: TisSensitivity

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:437

An implementation of TcasSensitivity which provides sensitivity parameters for the Garmin Traffic Information Service.

Implements

Constructors

Constructor

new TisSensitivity(): TisSensitivity

Returns

TisSensitivity

Methods

selectParameters()

selectParameters(): TcasSensitivityParameters

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:470

Selects sensitivity parameters for an intruder.

Returns

TcasSensitivityParameters

Sensitivity parameters for the specified intruder.

Implementation of

TcasSensitivity.selectParameters


selectRAAlim()

selectRAAlim(): NumberUnitInterface<Distance>

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:475

Selects an ALIM for a resolution advisory.

Returns

NumberUnitInterface<Distance>

An ALIM for a resolution advisory involving the specified intruders.

Implementation of

TcasSensitivity.selectRAAlim


update()

Call Signature

update(groundSpeed, radarAltitude?): void

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:485

Updates the sensitivity without ADS-B support.

Parameters
ParameterTypeDescription
groundSpeedNumberUnitInterface<Speed>The ground speed of the own airplane, or NaN if the ground speed is not known.
radarAltitude?NumberUnitInterface<Distance, Unit<Distance>>The radar altitude of the own airplane, or NaN if the radar altitude is not known. Defaults to NaN.
Returns

void

Call Signature

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

Defined in: src/garminsdk/traffic/TrafficInfoService.ts:498

Updates the sensitivity with ADS-B support.

Parameters
ParameterTypeDescription
adsbModeAdsbOperatingModeThe ADS-B operating mode.
altitudeNumberUnitInterface<Distance>The indicated altitude of the own airplane.
groundSpeedNumberUnitInterface<Speed>The ground speed of the own airplane, or NaN if the ground speed is not known.
cdiScalingLabel?CDIScaleLabelThe CDI scaling sensitivity of the own airplane.
radarAltitude?NumberUnitInterface<Distance, Unit<Distance>>The radar altitude of the own airplane, or NaN if the radar altitude is not known. Defaults to NaN.
Returns

void