Type Alias: TransponderAutoGroundAltManagerOptions
TransponderAutoGroundAltManagerOptions =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoGroundAltManager.ts:8
Configuration options for TransponderAutoGroundAltManager.
Properties
enforceModes?
optional
enforceModes:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Transponder/TransponderAutoGroundAltManager.ts:16
Whether to strictly enforce the GROUND/ALT mode state of the transponder. If true
, then the transponder will not
allowed to be in GROUND mode when in the air or in ALT mode when on the ground. If false
, then the transponder
will switch from GROUND to ALT mode when a on-ground to in-air transition is detected and from ALT to GROUND when
the opposite transition is detected, but it is otherwise free to be in GROUND or ALT mode regardless of whether
the airplane is on the ground. Defaults to false
.