Skip to main content

Class: TisSensitivity

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

Implements

  • TcasSensitivity

Constructors

constructor

new TisSensitivity(): TisSensitivity

Returns

TisSensitivity

Methods

selectParameters

selectParameters(): TcasSensitivityParameters

Returns

TcasSensitivityParameters

Inherit Doc

Implementation of

TcasSensitivity.selectParameters

Defined in

src/garminsdk/traffic/TrafficInfoService.ts:437


selectRAAlim

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

Returns

NumberUnitInterface<Distance, Unit<Distance>>

Inherit Doc

Implementation of

TcasSensitivity.selectRAAlim

Defined in

src/garminsdk/traffic/TrafficInfoService.ts:442


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/TrafficInfoService.ts:451

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/TrafficInfoService.ts:463