Class: AutopilotConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:57
A configuration object which defines options related to the autopilot.
Implements
Constructors
Constructor
new AutopilotConfig(
element
):AutopilotConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:93
Creates a new AutopilotConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
Returns
AutopilotConfig
Properties
hdgOptions
readonly
hdgOptions:AutopilotHdgOptions
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:72
Options for the autopilot HDG director.
isHdgSyncModeSupported
readonly
isHdgSyncModeSupported:boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:87
Whether HDG sync mode is supported.
lnavOptions
readonly
lnavOptions:AutopilotLNavOptions
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:81
Options for the autopilot GPS/FMS director.
locOptions
readonly
locOptions:AutopilotLocOptions
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:78
Options for the autopilot LOC director.
lowBankOptions
readonly
lowBankOptions:AutopilotLowBankOptions
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:84
Options for the autopilot Low Bank Mode.
rollOptions
readonly
rollOptions:AutopilotRollOptions
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:69
Options for the autopilot ROL director.
supportAltSelCompatibility
readonly
supportAltSelCompatibility:boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:66
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.
vorOptions
readonly
vorOptions:AutopilotVorOptions
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/Autopilot/AutopilotConfig.ts:75
Options for the autopilot VOR director.