Class: AutopilotConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:97
A configuration object which defines options related to the autopilot.
Implements
Constructors
Constructor
new AutopilotConfig(
baseInstrument
,element
):AutopilotConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:143
Creates a new AutopilotConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
AutopilotConfig
Properties
deactivateAutopilotOnGa
readonly
deactivateAutopilotOnGa:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:136
Whether the autopilot should be deactivated when GA mode is armed in response to a TO/GA button press.
gaOptions
readonly
gaOptions:AutopilotGaOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:124
Options for the autopilot GA director.
hdgOptions
readonly
hdgOptions:AutopilotHdgOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:109
Options for the autopilot HDG director.
isHdgSyncModeSupported
readonly
isHdgSyncModeSupported:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:133
Whether HDG sync mode is supported.
lnavOptions
readonly
lnavOptions:AutopilotLNavOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:118
Options for the autopilot GPS/FMS director.
locOptions
readonly
locOptions:AutopilotLocOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:115
Options for the autopilot LOC director.
lowBankOptions
readonly
lowBankOptions:AutopilotLowBankOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:127
Options for the autopilot Low Bank Mode.
rollOptions
readonly
rollOptions:AutopilotRollOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:106
Options for the autopilot ROL director.
selectedAltitudeOptions
readonly
selectedAltitudeOptions:AutopilotSelectedAltitudeOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:130
Options for the autopilot's selected altitude setting.
toOptions
readonly
toOptions:AutopilotToOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:121
Options for the autopilot TO director.
vorOptions
readonly
vorOptions:AutopilotVorOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:112
Options for the autopilot VOR director.