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.
elementundefined | ElementA configuration document element.

Returns

AutopilotConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:88

Properties

hdgOptions

Readonly hdgOptions: AutopilotHdgOptions

Options for the autopilot HDG director.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:66


isHdgSyncModeSupported

Readonly isHdgSyncModeSupported: boolean

Whether HDG sync mode is supported.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:81


Readonly lnavOptions: AutopilotLNavOptions

Options for the autopilot GPS/FMS director.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:75


locOptions

Readonly locOptions: AutopilotLocOptions

Options for the autopilot LOC director.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:72


lowBankOptions

Readonly lowBankOptions: AutopilotLowBankOptions

Options for the autopilot Low Bank Mode.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:78


rollOptions

Readonly rollOptions: AutopilotRollOptions

Options for the autopilot ROL director.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:63


vorOptions

Readonly vorOptions: AutopilotVorOptions

Options for the autopilot VOR director.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/AutopilotConfig.ts:69