Measure Reference Manual
02 id type zmsline-id.
end
DDL Record for LINE Entities (Legacy Style)
The Legacy Style DDL record for LINE entities will not change after the Measure G10 PVU.
The fields included in BRIEF reports are in boldface type.
The DDL record for G-series LINE entities is identical to the record for D-series LINE entities except:
• Different entity identification fields are used. The CTRL, UNIT, and CHANNEL fields are no
longer used.
• Longer byte-count fields are provided to reduce the possibility of field overflow. In G-series
RVUs, each 32-bit byte-count field has a 64-bit counterpart. For information on using the 64-bit
fields, see Usage Notes for G-Series LINE Entities (page 255). In H-series and J-series RVUs, all
byte-count fields accommodate 64 bits.
• The ERROR field can signal a field overflow in a 32-bit byte-count field.
RECORD line. FILE is "line" ENTRY-SEQUENCED.
.
.
.
(error, time items, and measurement identification items;
see Common Entity Header Fields (page 144))
.
.
.
* entity identification items:
02 pin type binary 16 unsigned.
02 device-name type character 8.
02 logical-device type binary 16 unsigned.
02 ctrl type binary 16 unsigned.
02 unit type binary 16 unsigned.
02 device-type type binary 16 unsigned.
02 device-subtype type binary 16 unsigned.
* counter value items:
02 read-busy-time type binary 64.
02 write-busy-time type binary 64.
02 requests type binary 32 unsigned.
02 input-bytes type binary 32 unsigned.
02 output-bytes type binary 32 unsigned.
02 input-data-bytes type binary 32 unsigned.
02 output-data-bytes type binary 32 unsigned.
02 reads type binary 32 unsigned.
02 writes type binary 32 unsigned.
02 retries type binary 32 unsigned.
02 transactions type binary 32 unsigned.
02 response-time type binary 64.
* New entity identification item for D10:
02 channel type binary 16 unsigned.
* F40 new entity identification items:
02 trackid type character 6.
02 clip type binary 16 unsigned.
02 line type binary 16 unsigned.
* F40 new counter value items:
02 input-bytes-f type binary 64.
02 output-bytes-f type binary 64.
02 input-data-bytes-f type binary 64.
02 output-data-bytes-f type binary 64.
end
For descriptions of the header fields used by all entities, see Common Entity Header Fields (page 144).
250 Entities and Counters