beautypg.com

Sendalltraceevents(), 11 s, Race – Teledyne LeCroy SATracer 3G Verification Script Engine manual User Manual

Page 39: Vents, 11 sendalltraceevents()

background image

LeCroy Corporation

Verification Script Engine Reference Manual

Version 1.01

Remark: This function may be useful when many events are to be sent, yet you need to send
only one kind of event and turn off the rest.


Example:

if( SomeCondition )

{

SendTraceEventOnly

(_FRM_AF_OPEN );

}

8.11 SendAllTraceEvents()

This function specifies that ALL trace events relevant for the selected transaction level will be

sent to the script.

Format :

SendAllTraceEvents ()




Example:

SendLevel( _LINK ); # Send link level events

SendAllTraceEvents ( );

34