Format
The basic XML structure follows. The tags are shown without attributes.
| <Transceivers> |
| |
<Transceiver> |
| |
|
<Channels> |
| |
|
|
<Channel> |
| |
|
|
|
<Transducer/> |
| |
|
|
</Channel> |
| |
|
</Channels> |
| |
</Transceiver> |
| </Transceivers> |
<Transceivers>
The <Transceivers> tag can hold one or more <Transceiver> tags. These are the attributes in the <Transceiver> tag.
The attribute values are only included as examples. The attribute value "nnn" refers to any valid value related to the EK80.
| <Transceivers |
| <Transceiver |
| |
TransceiverName="WBT 5197648" |
| |
EthernetAddress="009072085343" |
| |
IPAddress="172.19.1.114" |
| |
Version="[0] Ethernet: 00:90:72:08:53:43 |
| |
TransceiverSoftwareVersion="1.70" |
| |
TransceiverNumber="1" |
| |
MarketSegment="nnn" |
| |
TransceiverType="nnn" |
| |
SerialNumber="nnn" |
| |
Impedance="nnn" |
| |
Multiplexing="0" |
| |
RxSampleFrequency="1500000" |
| |
> |
| |
<Channels> |
| |
</Channels> |
| </Transceiver> |
| </Transceivers> |
<Channels>
Each <Transceiver> tag holds one <Channels> tags. The <Channels> tags holds one or more <Channel> tags. These are the attributes in the <Channels> tag. The attribute values are only included as examples.
| <Channels> |
| <Channel |
| |
ChannelID="WBT 545603-15 120-7C" |
| |
ChannelIdShort="120-7C Drop Keel" |
| |
MaxTxPowerTransceiver="500" |
| |
PulseDuration="6.4E-05;0.000128;0.000256;0.000512;0.001024" |
| |
PulseDurationFM="0.000512;0.001024;0.002048;0.004096;0.008192" |
| |
HWChannelConfiguration="2" |
| |
> |
| |
<Transducer/> |
| </Channel> |
| </Channels> |
In this context, the term channel is used as a common term to identify the combination of transceiver, transducer and operating frequency.
<Transducer/>
Each <Channel> tag holds one <Transducer> tag with attributes. These are the attributes in the <Transducer/> tag. The attribute values are only included as examples.
| <Channel> |
| <Transducer |
| |
TransducerName="200-7C" |
| |
SerialNumber="264" |
| |
Frequency="100000" |
| |
FrequencyMinimum="170000" |
| |
FrequencyMaximum="230000" |
| |
BeamType="0" |
| |
EquivalentBeamAngle="18.5" |
| |
Gain="21.6;22.9;23.1;23.1;23.1 |
| |
SaCorrection="0.22;-0.43;-0.66;-0.75;-0.8" |
| |
MaxTxPowerTransducer="500" |
| |
BeamWidthAlongship="9" |
| |
BeamWidthAthwartship="9" |
| |
AngleSensitivityAlongship="0" |
| |
AngleSensitivityAthwartship="0" |
| |
AngleOffsetAlongship="0" |
| |
AngleOffsetAthwartship="0" |
| |
DirectivityDropAt2XBeamWidth="0" |
| |
/> |
| </Channel> |
The BeamType attribute may have the following values:
Record of changes
|
2 |
1.22: <Transceiver> Added:
|