Skip to main content

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

NameTypeDescription
elementundefined | ElementA configuration document element.

Returns

FmsApproachConfig

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