Interface: ComRadioSpacingDataProvider
A provider of COM radio frequency spacing mode data.
Implemented by
Properties
com1Spacing
• Readonly
com1Spacing: Subscribable
<ComSpacing
>
The spacing mode of the COM1 radio. If COM1 is not supported, then this value defaults to ComSpacing.Spacing25Khz
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Radio/ComRadioSpacingDataProvider.ts:10
com2Spacing
• Readonly
com2Spacing: Subscribable
<ComSpacing
>
The spacing mode of the COM2 radio. If COM2 is not supported, then this value defaults to ComSpacing.Spacing25Khz
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Radio/ComRadioSpacingDataProvider.ts:13
combinedComSpacing
• Readonly
combinedComSpacing: Subscribable
<ComSpacing
>
The combined spacing mode of all supported COM radios. If any supported COM radio is in 8.33 kHz mode, then the
combined spacing mode is ComSpacing.Spacing833Khz
. Otherwise, the combined spacing mode is
ComSpacing.Spacing25Khz
. If no COM radios are supported, then this value defaults to ComSpacing.Spacing25Khz
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Radio/ComRadioSpacingDataProvider.ts:20