Class: TransponderConfig
A configuration object which defines transponder options.
Implements
Constructors
constructor
• new TransponderConfig(element
): TransponderConfig
Creates a new TransponderConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderConfig.ts:34
Properties
canSelectMode
• Readonly
canSelectMode: boolean
Whether the user can select transponder modes through the G3X.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderConfig.ts:9
hasSelectableGround
• Readonly
hasSelectableGround: boolean
Whether the transponder has a pilot-selectable GROUND mode.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderConfig.ts:12
includeAutoAirborne
• Readonly
includeAutoAirborne: boolean
Whether the G3X should control automatic switching from STBY to ALT mode for the transponder when transitioning from on-ground to in-air.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderConfig.ts:28
includeAutoGroundAlt
• Readonly
includeAutoGroundAlt: boolean
Whether the G3X should control automatic switching between GROUND and ALT mode for the transponder.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderConfig.ts:22
useSimGroundMode
• Readonly
useSimGroundMode: boolean
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.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Transponder/TransponderConfig.ts:19