Protocol Analysis
R&S
®
Scope Rider RTH
238
User Manual 1326.1578.02 ─ 12
<sb:BIT-POSITION>11</sb:BIT-POSITION>
<!-- Ending Bit position of the Signal
(The whole Data Field is represented as MSB -> LSB Sequence) -->
<sb:BIT-LENGTH>12</sb:BIT-LENGTH>
<!-- Number of Bits representing the Signal Value -->
<sb:BYTE-ORDER>MSB</sb:BYTE-ORDER>
<!-- Byte Order of the Signal Value [MSB or LSB], Default: MSB -->
<sb:VALUE-TYPE>ENUM</sb:VALUE-TYPE>
<!-- Representation of the Bits [ENUM, UNSIGNED_INT, INT, FLOAT, DOUBLE],
Default: UNSIGNED_INT
The Signal Value is calculated according to the following:
Translated_Value = Encoded_Value * OFFSET -->
<sb:FACTOR>1.0</sb:FACTOR>
<!-- Signal Factor (decimal value)-->
<sb:OFFSET>0.0</sb:OFFSET>
<!-- Signal Offset (decimal value)-->
<sb:MIN>0</sb:MIN>
<!-- Minimum Signal Value (decimal value) -->
<sb:MAX>4096</sb:MAX>
<!-- Maximum Signal Value (decimal value) -->
<sb:ENUM-VALUES>
<!-- This block is only valid (and taken into consideration)
when the VALUE-TYPE is ENUM
It defines the Enumeration List Translation of the Signal -->
<sb:ENUM INDEX="0" LABEL="No Error"/>
<!-- INDEX is the Enum Value (corresponds to the Signal Value in decimal),
LABEL is the matching Translated Signal Value -->
<sb:ENUM INDEX="1" LABEL="Channel 1 out of range high"/>
</sb:ENUM-VALUES>
<!-- End of Signal Enumeration List Definition -->
</sb:SIGNAL>
<!-- End of a Signal Definition -->
<!-- More Signals can be defined here! -->
</sb:SIGNALS>
<!-- End of list of Signals Definition -->
</sb:FRAME>
<!-- End of Frame Definition -->
For an example to label list translation, see
Chapter 9.7.4.1, "SENT Label List Transla-
SENT (Option R&S
RTH-K10)