Skip to main content

Class: AutopilotConfig

A configuration object which defines options related to the autopilot.

Implements

Constructors

constructor

new AutopilotConfig(element): AutopilotConfig

Creates a new AutopilotConfig from a configuration document element.

Parameters

NameTypeDescription
elementundefined | ElementA configuration document element.

Returns

AutopilotConfig

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:93

Properties

hdgOptions

Readonly hdgOptions: AutopilotHdgOptions

Options for the autopilot HDG director.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:72


isHdgSyncModeSupported

Readonly isHdgSyncModeSupported: boolean

Whether HDG sync mode is supported.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:87


Readonly lnavOptions: AutopilotLNavOptions

Options for the autopilot GPS/FMS director.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:81


locOptions

Readonly locOptions: AutopilotLocOptions

Options for the autopilot LOC director.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:78


lowBankOptions

Readonly lowBankOptions: AutopilotLowBankOptions

Options for the autopilot Low Bank Mode.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:84


rollOptions

Readonly rollOptions: AutopilotRollOptions

Options for the autopilot ROL director.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:69


supportAltSelCompatibility

Readonly supportAltSelCompatibility: boolean

Whether AP_ALT_VAR_SET events should be treated as AP_ALT_VAR_INC/AP_ALT_VAR_DEC events for compatibility with ModelBehaviors that transform the latter into the former.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:66


vorOptions

Readonly vorOptions: AutopilotVorOptions

Options for the autopilot VOR director.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:75