Class: FmsApproachConfig
A configuration object which defines FMS approach options.
Implements
Constructors
constructor
• new FmsApproachConfig(element
): FmsApproachConfig
Creates a new FmsApproachConfig 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/AvionicsConfig/FmsConfig.ts:103
Properties
supportRnpAr
• Readonly
supportRnpAr: boolean
Whether RNP (AR) approaches are supported.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/FmsConfig.ts:94
visualApproachOptions
• Readonly
visualApproachOptions: Readonly
<FmsVisualApproachOptions
>
Options for visual approach procedures.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/FmsConfig.ts:97