The <Transceivers> tag
The <Transceivers> tag identifies each transceiver that is used on the EK80 system. One or more transceivers can be used, each is specified using a <Transceiver> tag.
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:
•  BeamTypeSingle=0,
•  BeamTypeSplit=0x1,
•  BeamTypeRef=0x2,
•  BeamTypeRefB=0x4,
•  BeamTypeSplit3=0x11,
•  BeamTypeSplit2=0x21,
•  BeamTypeSplit3C=0x31,
•  BeamTypeSplit3CN=0x41,
•  BeamTypeSplit3CW=0x51
Record of changes
1 1.20
a <Transceiver> Added:
•  MarketSegment
•  Impedance
b <Transceiver> Removed: 
•  Parts-list
•  Product
•  IP Address
•  Subnet mask
•  Default gateway
•  Embedded software
•  FPGA TX firmware
•  FPGA RX firmware
c <Channel> Added:
•  PulseDuration
•  PulseDurationFM
•  BeamTypeSplit3=0x11,
•  BeamTypeSplit2=0x21,
•  BeamTypeSplit3C=0x31,
•  BeamTypeSplit3CN=0x41,
•  BeamTypeSplit3CW=0x51
d <Channel> Removed:
•  PulseLength
2 1.22: <Transceiver> Added:
•  Multiplexing
•  RxSampleFrequency