Skip to main content

Class: AutopilotConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/AutopilotConfig.ts:57

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/AvionicsConfig/AutopilotConfig.ts:85

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

hdgOptions

readonly hdgOptions: AutopilotHdgOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/AutopilotConfig.ts:66

Options for the autopilot HDG director.


readonly lnavOptions: AutopilotLNavOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/AutopilotConfig.ts:75

Options for the autopilot GPS/FMS director.


locOptions

readonly locOptions: AutopilotLocOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/AutopilotConfig.ts:72

Options for the autopilot LOC director.


lowBankOptions

readonly lowBankOptions: AutopilotLowBankOptions

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

Options for the autopilot Low Bank Mode.


rollOptions

readonly rollOptions: AutopilotRollOptions

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/AvionicsConfig/AutopilotConfig.ts:63

Options for the autopilot ROL director.


vorOptions

readonly vorOptions: AutopilotVorOptions

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

Options for the autopilot VOR director.