Class: PerformanceConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:12
A configuration object which defines options related to performance calculations.
Implements
Constructors
Constructor
new PerformanceConfig(
element
):PerformanceConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:41
Creates a new PerformanceConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
Returns
PerformanceConfig
Properties
airframe
readonly
airframe:string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:29
The name of the airframe supported by performance calculations.
isSurfaceWatchSupported
readonly
isSurfaceWatchSupported:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:26
Whether SurfaceWatch is supported.
isToldSupported
readonly
isToldSupported:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:35
Whether TOLD (takeoff/landing) performance calculations are supported.
isWeightBalanceSupported
readonly
isWeightBalanceSupported:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:20
Whether weight and balance calculations are supported.
surfaceWatchConfig?
readonly
optional
surfaceWatchConfig:SurfaceWatchConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:23
A config which defines options for SurfaceWatch.
toldConfig?
readonly
optional
toldConfig:ToldConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:32
A config which defines options for TOLD (takeoff/landing) performance calculations.
weightBalanceConfig?
readonly
optional
weightBalanceConfig:WeightBalanceConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:17
A config which defines options for weight and balance calculations.
weightLimits
readonly
weightLimits:Readonly
<PerformanceWeightLimits
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Performance/PerformanceConfig.ts:14
Aircraft weight limits and capacities.