beautypg.com

Sendtraceevent(), Race, Vent – Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual

Page 34: 9 sendtraceevent()

background image

LeCroy Corporation

Verification Script Engine Manual, version 2.2





9.9 SendTraceEvent()


This function specifies the events to be sent to a script.


Format:

SendTraceEvent(event)



Parameters:

event

This parameter may have one of the following values:


Frame level events
Event Value

Description

_BUS_STATE

PHY Bus State change

_SERIAL_DATA Serial

Data

_FRAMES All

frames

_FRM_BEACON Beacon

frames

_FRM_CONTROL Control

frames

_FRM_COMMAND Command

frames

_FRM_DATA

Data frames

_FRM_AGG_DATA Aggregated

Data

frames

_FRM_OTHER Other

frames

Example:


SendTraceEvent(_BUS_STATE); # Send Bus State trace events.

SendTraceEvent(_SERIAL_DATA); # Send Serial Data trace events.

SendTraceEvent(_FRAMES); # Send all frames.

SendTraceEvent(_FRM_BEACON) # Send Beacon frames.

Page 34 of 95