Class: AutopilotConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:108
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:160
Creates a new AutopilotConfig from a configuration document element.
Parameters
| Parameter | Type | Description |
|---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | Element | undefined | A configuration document element. |
Returns
AutopilotConfig
Properties
deactivateAutopilotOnGa
readonlydeactivateAutopilotOnGa:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:153
Whether the autopilot should be deactivated when GA mode is armed in response to a TO/GA button press.
gaOptions
readonlygaOptions:AutopilotGaOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:141
Options for the autopilot GA director.
globalPitchOptions
readonlyglobalPitchOptions:AutopilotGlobalPitchOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:120
Global options for autopilot pitch commands.
hdgOptions
readonlyhdgOptions:AutopilotHdgOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:126
Options for the autopilot HDG director.
isHdgSyncModeSupported
readonlyisHdgSyncModeSupported:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:150
Whether HDG sync mode is supported.
lnavOptions
readonlylnavOptions:AutopilotLNavOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:135
Options for the autopilot GPS/FMS director.
locOptions
readonlylocOptions:AutopilotLocOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:132
Options for the autopilot LOC director.
lowBankOptions
readonlylowBankOptions:AutopilotLowBankOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:144
Options for the autopilot Low Bank Mode.
rollOptions
readonlyrollOptions:AutopilotRollOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:123
Options for the autopilot ROL director.
selectedAltitudeOptions
readonlyselectedAltitudeOptions:AutopilotSelectedAltitudeOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:147
Options for the autopilot's selected altitude setting.
toOptions
readonlytoOptions:AutopilotToOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:138
Options for the autopilot TO director.
vorOptions
readonlyvorOptions:AutopilotVorOptions
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Autopilot/AutopilotConfig.ts:129
Options for the autopilot VOR director.