Class: FmsAirframeSpeedLimitConfig
A configuration object which defines a factory for an FMS airframe speed limit value.
The speed limit value can be defined from a specific static value or a one-dimensional lookup table keyed on pressure altitude.
Implements
Constructors
constructor
• new FmsAirframeSpeedLimitConfig(source
): FmsAirframeSpeedLimitConfig
Creates a new SpeedConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
source | number | Element | The source of this config's value, either a configuration document element defining the value or the numeric value itself. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:565
Properties
isNumericConfig
• Readonly
isNumericConfig: true
Flags this object as a NumericConfig.
Implementation of
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:555
isResolvableConfig
• Readonly
isResolvableConfig: true
Flags this object as a ResolvableConfig.
Implementation of
NumericConfig.isResolvableConfig
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:554
value
• Readonly
value: number
| LookupTableConfig
The value of this config.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:558
Methods
resolve
▸ resolve(): (context
: FmsAirframeSpeedLimitContext
) => number
| MappedSubscribable
<number
>
Resolves this config to a value.
Returns
fn
This config's resolved value.
▸ (context
): number
| MappedSubscribable
<number
>
Parameters
Name | Type |
---|---|
context | FmsAirframeSpeedLimitContext |
Returns
number
| MappedSubscribable
<number
>
Implementation of
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:595