Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual de usuario Pagina 19

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 18
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
Vista de pagina 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 94 95

Comentarios a estos manuales

Sin comentarios