Data frame-specific set of members – Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual

Page 19

Advertising
background image

LeCroy Corporation

Verification Script Engine Manual, version 2.2





5.2.3 Data frame-specific set of members

(valid for data frames only, undefined for other events)

Names of frame-specific input context members basically follow a rule that simplifies writing script code
accessing the frame fields:

• For fields less than or equal to DWORD (32 bits), input context member names are exactly the same as

frame field names in the UWBTracer™ trace view.

• For fields greater than DWORD (but less than 64 bits), two input context members for low and high

DWORDS are provided:

in.Field_Lo: Contains the lower DWORD (32 bits) part of the field
in.Field_Hi: Contains the upper part of the field.

• Spaces in field names (as they appear in trace view cells) are replaced with '_'

for example, for field TF Code there is a input context member TF_Code

'#'

in field names (as they appear in trace view cells) is replaced with _Num

for example, for field Frag# there is a input context member Frag_Num

Page 19 of 95



Advertising