Class: RadiosConfig
A configuration object which defines options related to radios.
Implements
Constructors
constructor
• new RadiosConfig(baseInstrument
, element
): RadiosConfig
Creates a new RadiosConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:52
Properties
adfCount
• Readonly
adfCount: 0
| 1
| 2
The number of ADF radios supported by the plane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:25
adfDefinitions
• Readonly
adfDefinitions: readonly Readonly
<RadioDefinition
>[]
ADF radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:45
comCount
• Readonly
comCount: 2
The number of com radios supported by the plane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:16
comDefinitions
• Readonly
comDefinitions: readonly Readonly
<RadioDefinition
>[]
Com radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:30
dmeCount
• Readonly
dmeCount: 0
| 1
| 2
The number of DME radios supported by the plane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:22
dmeDefinitions
• Readonly
dmeDefinitions: readonly Readonly
<RadioDefinition
>[]
DME radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:40
navCount
• Readonly
navCount: 2
The number of nav radios supported by the plane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:19
navDefinitions
• Readonly
navDefinitions: readonly Readonly
<RadioDefinition
>[]
Nav radio definitions. The index of each definitions's position in the array corresponds to the index of its radio.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/AvionicsConfig/RadiosConfig.ts:35