
Teledyne LeCroy Verification Script Engine Reference Manual
Page 45 of 115
8.8 SendTraceEvent()
This function specifies the events to be sent to a script.
Format: SendTraceEvent(event)
Parameters:
event Can have one of the Trace Event values defined in
Chapter 7 "Verification Script Engine Events"
Example:
…
SendTraceEvent(_USB2_TOKEN); # Send USB2 Token packet trace events.
SendTraceEvent(_USB2_BUS_CONDITION); # Send bus condition trace events.
…
SendTraceEvent(_T_SETUP) # Send Setup Transactions.
Comentarios a estos manuales