Interface: TcasTcaParameters
TCAS parameters for time-of-closest-approach calculations.
Hierarchy
↳
TcasTcaParameters
Properties
hmd
• Optional
Readonly
hmd: NumberUnitInterface
<Distance
, Unit
<Distance
>>
The horizontal miss distance filter threshold. If not defined, an HMD filter will not be applied.
Defined in
src/sdk/traffic/Tcas.ts:182
protectedHeight
• Readonly
protectedHeight: NumberUnitInterface
<Distance
, Unit
<Distance
>>
The half-height of the own airplane's protected volume.
Inherited from
TcasAdvisoryParameters.protectedHeight
Defined in
src/sdk/traffic/Tcas.ts:171
protectedRadius
• Readonly
protectedRadius: NumberUnitInterface
<Distance
, Unit
<Distance
>>
The radius of the own airplane's protected volume.
Inherited from
TcasAdvisoryParameters.protectedRadius
Defined in
src/sdk/traffic/Tcas.ts:168
tau
• Readonly
tau: NumberUnitInterface
<Duration
, Unit
<Duration
>>
The maximum lookahead time to closest horizontal approach or co-altitude.
Defined in
src/sdk/traffic/Tcas.ts:179