Class: ToldConfig
A configuration object which defines options related to TOLD (takeoff/landing) performance calculations.
Implements
Constructors
constructor
• new ToldConfig(element
): ToldConfig
Creates a new ToldConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:132
Properties
landing
• Readonly
landing: Readonly
<LandingPerfConfigurationOptions
>
Landing options.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:126
takeoff
• Readonly
takeoff: Readonly
<TakeoffPerfConfigurationOptions
>
Takeoff options.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/TOLD/ToldConfig.ts:123