Skip to main content

Type Alias: TcasResolutionAdvisoryOptions

TcasResolutionAdvisoryOptions = object

Defined in: src/sdk/traffic/Tcas.ts:447

Options to adjust how resolution advisories are calculated by TCAS.

Properties

allowClimb()

allowClimb: (simTime) => boolean

Defined in: src/sdk/traffic/Tcas.ts:461

A function which determines whether to allow a CLIMB resolution advisory.

Parameters

ParameterType
simTimenumber

Returns

boolean


allowDescend()

allowDescend: (simTime) => boolean

Defined in: src/sdk/traffic/Tcas.ts:467

A function which determines whether to allow a DESCEND resolution advisory.

Parameters

ParameterType
simTimenumber

Returns

boolean


allowIncreaseClimb()

allowIncreaseClimb: (simTime) => boolean

Defined in: src/sdk/traffic/Tcas.ts:464

A function which determines whether to allow an INCREASE CLIMB resolution advisory.

Parameters

ParameterType
simTimenumber

Returns

boolean


allowIncreaseDescent()

allowIncreaseDescent: (simTime) => boolean

Defined in: src/sdk/traffic/Tcas.ts:470

A function which determines whether to allow an INCREASE DESCENT resolution advisory.

Parameters

ParameterType
simTimenumber

Returns

boolean


initialAcceleration

readonly initialAcceleration: NumberUnitInterface<Acceleration>

Defined in: src/sdk/traffic/Tcas.ts:452

The assumed acceleration of the own airplane following an initial resolution advisory.


initialResponseTime

readonly initialResponseTime: NumberUnitInterface<Duration>

Defined in: src/sdk/traffic/Tcas.ts:449

The assumed response time of the own airplane following an initial resolution advisory.


subsequentAcceleration

readonly subsequentAcceleration: NumberUnitInterface<Acceleration>

Defined in: src/sdk/traffic/Tcas.ts:458

The assumed acceleration of the own airplane following an updated resolution advisory.


subsequentResponseTime

readonly subsequentResponseTime: NumberUnitInterface<Duration>

Defined in: src/sdk/traffic/Tcas.ts:455

The assumed response time of the own airplane following an updated resolution advisory.