Class: VNavConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:11
A configuration object which defines options related to VNAV.
Implements
Constructors
Constructor
new VNavConfig(
baseInstrument
,element
):VNavConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:23
Creates a new VNavConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
VNavConfig
Properties
advanced
readonly
advanced:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:13
Whether advanced VNAV is enabled.
fmsSpeeds?
readonly
optional
fmsSpeeds:FmsSpeedsConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/AvionicsConfig/VNavConfig.ts:16
A config which defines options for FMS speeds.