Skip to main content

Class: AutopilotConfig

A configuration object which defines options related to the autopilot.

Implements

Constructors

constructor

new AutopilotConfig(baseInstrument, element): AutopilotConfig

Creates a new AutopilotConfig from a configuration document element.

Parameters

NameTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementElementA configuration document element.

Returns

AutopilotConfig

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AutopilotConfig.ts:85

Properties

hdgOptions

Readonly hdgOptions: AutopilotHdgOptions

Options for the autopilot HDG director.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AutopilotConfig.ts:66


Readonly lnavOptions: AutopilotLNavOptions

Options for the autopilot GPS/FMS director.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AutopilotConfig.ts:75


locOptions

Readonly locOptions: AutopilotLocOptions

Options for the autopilot LOC director.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AutopilotConfig.ts:72


lowBankOptions

Readonly lowBankOptions: AutopilotLowBankOptions

Options for the autopilot Low Bank Mode.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AutopilotConfig.ts:78


rollOptions

Readonly rollOptions: AutopilotRollOptions

Options for the autopilot ROL director.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AutopilotConfig.ts:63


vorOptions

Readonly vorOptions: AutopilotVorOptions

Options for the autopilot VOR director.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/AvionicsConfig/AutopilotConfig.ts:69