Class: TransponderConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderConfig.ts:6
A configuration object which defines transponder options.
Implements
Constructors
Constructor
new TransponderConfig(
element
):TransponderConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderConfig.ts:34
Creates a new TransponderConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
TransponderConfig
Properties
canSelectMode
readonly
canSelectMode:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderConfig.ts:9
Whether the user can select transponder modes through the G3X.
hasSelectableGround
readonly
hasSelectableGround:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderConfig.ts:12
Whether the transponder has a pilot-selectable GROUND mode.
includeAutoAirborne
readonly
includeAutoAirborne:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderConfig.ts:28
Whether the G3X should control automatic switching from STBY to ALT mode for the transponder when transitioning from on-ground to in-air.
includeAutoGroundAlt
readonly
includeAutoGroundAlt:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderConfig.ts:22
Whether the G3X should control automatic switching between GROUND and ALT mode for the transponder.
useSimGroundMode
readonly
useSimGroundMode:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderConfig.ts:19
Whether the sim's GROUND transponder mode state should be used to represent the transponder's GROUND mode. If
false
, then the sim's ALT transponder mode state will be used to represent the transpodner's GROUND mode
instead.