Class: VNavConfig
A configuration object which defines options related to VNAV.
Implements
Constructors
constructor
• new VNavConfig(baseInstrument
, element
): VNavConfig
Creates a new RadiosConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:22
Properties
advanced
• Readonly
advanced: boolean
Whether advanced VNAV is enabled.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:12
fmsSpeeds
• Optional
Readonly
fmsSpeeds: FmsSpeedsConfig
A config which defines options for FMS speeds.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/VNavConfig.ts:15