Protocol analysis
R&S
®
RTE
786User Manual 1326.1032.02 ─ 20
<?xml version="1.0" encoding="utf-8"?>
Root Element:
<FrameDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Version="1" xsi:noNamespaceSchemaLocation=".\Schema\FrameDescription.xsd">
The root element contains the "Frame Description" attributes, including a link for the
fileFrameDescription.xsd. This schema file, which is installed in the system, ena-
bles the software to validate an XML file before opening it.
Frame:
A frame description must include between 0 and n tags of the following kind:
<Frame> </Frame>
Frame Type:
Each "<Frame>" tag requires a "Type" attribute in string format:
<Frame Type = “string”>
Tells the software the name of each frame.
Format:
Each frame must include between 1 and n tags of the following kind:
<Format> </Format>
Together with the attributes, this is written in short form, as in Figure 13-80:
<Format attribute... attribute... attribute... />
The format describes the fields in each frame. It can have the following attributes:
●
Name (optional) is the "Cell Name", in string format.
●
"Bit count" specifies the length of bits, in numerical format.
●
"Condition" (optional) identifies the bit pattern to match, in string format.
●
"Format " allows the following choices:
– "Decimal"
– "Hex"
– "Octal"
– "Binary"
●
"Bit order" allows two alternatives:
– "MSB First" (most significant bit first)
– "LSB First" (least significant bit first)
●
"Color" allows you to set a user defined ARGB hexadecimal color value.
●
The "Result Column" has four options:
– "-" (none, which is the default)
– "1"
– "2"
– "3"
Custom: Manchester / NRZ (option R&S
RTE-K50)M