Skip to main content

Class: AutopilotConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:69

A configuration object which defines options related to the autopilot.

Implements

Constructors

Constructor

new AutopilotConfig(baseInstrument, element): AutopilotConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:103

Creates a new AutopilotConfig from a configuration document element.

Parameters

ParameterTypeDescription
baseInstrumentBaseInstrumentThe BaseInstrument element associated with the configuration.
elementElementA configuration document element.

Returns

AutopilotConfig

Properties

globalPitchOptions

readonly globalPitchOptions: AutopilotGlobalPitchOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:78

Global options for autopilot pitch commands.


hdgOptions

readonly hdgOptions: AutopilotHdgOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:84

Options for the autopilot HDG director.


readonly lnavOptions: AutopilotLNavOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:93

Options for the autopilot GPS/FMS director.


locOptions

readonly locOptions: AutopilotLocOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:90

Options for the autopilot LOC director.


lowBankOptions

readonly lowBankOptions: AutopilotLowBankOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:96

Options for the autopilot Low Bank Mode.


rollOptions

readonly rollOptions: AutopilotRollOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:81

Options for the autopilot ROL director.


vorOptions

readonly vorOptions: AutopilotVorOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Autopilot/AutopilotConfig.ts:87

Options for the autopilot VOR director.