Class: PerformanceConfig
A configuration object which defines options related to performance calculations.
Implements
Constructors
constructor
• new PerformanceConfig(element
): PerformanceConfig
Creates a new PerformanceConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/PerformanceConfig.ts:48
Properties
airframe
• Readonly
airframe: string
The name of the airframe supported by performance calculations.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/PerformanceConfig.ts:36
isToldSupported
• Readonly
isToldSupported: boolean
Whether TOLD (takeoff/landing) performance calculations are supported.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/PerformanceConfig.ts:42
toldConfig
• Optional
Readonly
toldConfig: ToldConfig
A config which defines options for TOLD (takeoff/landing) performance calculations.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/PerformanceConfig.ts:39
weightLimits
• Readonly
weightLimits: Readonly
<PerformanceWeightLimits
>
Aircraft weight limits and capacities.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Performance/PerformanceConfig.ts:33