Skip to main content

Interface: ToldLandingParameters

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:91

Parameters for landing performance calculations.

Extends

  • WeatherParameters.RunwayParameters

Properties

antiIceOn

antiIceOn: undefined | boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:102

Whether anti-ice is on for landing.


autothrottleOn

autothrottleOn: undefined | boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:111

Whether autothrottle is on for landing.


factor

factor: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:108

The landing factor.


flaps

flaps: undefined | string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:99

The landing flaps configuration.


pressure

pressure: NumberUnitInterface<Pressure>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:39

The pressure (QNH) at the runway.

Inherited from

WeatherParameters.pressure


pressureAltitude

pressureAltitude: NumberUnitInterface<Distance>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:96

The pressure altitude at the landing runway.


runwayElevation

runwayElevation: NumberUnitInterface<Distance>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:50

The runway elevation above sea level.

Inherited from

RunwayParameters.runwayElevation


runwayGradient

runwayGradient: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:56

The runway gradient, in percent. Positive values indicate an upward slope.

Inherited from

RunwayParameters.runwayGradient


runwayHeading

runwayHeading: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:53

The runway heading, in degrees true.

Inherited from

RunwayParameters.runwayHeading


runwayLength

runwayLength: NumberUnitInterface<Distance>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:47

The available runway length.

Inherited from

RunwayParameters.runwayLength


runwaySurface

runwaySurface: ToldRunwaySurfaceCondition

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:27

The runway surface condition.

Inherited from

WeatherParameters.runwaySurface


temperature

temperature: NumberUnitInterface<Temperature>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:36

The temperature.

Inherited from

WeatherParameters.temperature


thrustReversers

thrustReversers: undefined | boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:105

Whether to take credit for thrust reversers.


weight

weight: NumberUnitInterface<Weight>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:93

The landing weight.


windDirection

windDirection: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:30

The wind direction, in degrees true.

Inherited from

WeatherParameters.windDirection


windSpeed

windSpeed: NumberUnitInterface<Speed>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/TOLD/ToldTypes.ts:33

The wind speed.

Inherited from

WeatherParameters.windSpeed