Skip to main content

Interface: ToldTakeoffParameters

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

Parameters for takeoff performance calculations.

Extends

  • WeatherParameters.RunwayParameters

Properties

antiIceOn

antiIceOn: undefined | boolean

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

Whether anti-ice is on for takeoff.


factor

factor: number

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

The takeoff factor.


flaps

flaps: undefined | string

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

The takeoff flaps configuration.


lineUp

lineUp: undefined | string

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

The runway line-up 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:67

The pressure altitude at the takeoff runway.


rolling

rolling: undefined | boolean

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

Whether the takeoff is a rolling takeoff.


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:76

Whether to take credit for thrust reversers.


weight

weight: NumberUnitInterface<Weight>

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

The takeoff 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