11 sendalltraceevents(), Race, Vents – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 38

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

33

8.11 SendAllTraceEvents()


This function specifies that ALL trace events relevant for the selected transaction level are sent to the

script.

Format:

SendAllTraceEvents ()




Example:

SendLevel( _PACKET ); # Send packet level events

SendAllTraceEvents ( ); # All TLP, DLLP and Ordered Set packets

# are sent to the script


Advertising