8 sending functions, 1 sendlevel(), Evel – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 28

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

23

8 Sending Functions

This topic contains information about the special group of VSE functions designed to specify which events

the verification script should expect to receive.

8.1

SendLevel()


This function specifies that events of the specified transaction level should be sent to the script.

Format:

SendLevel( level )



Parameters:

level

Can have one of following values:

_PACKET

(value 0) Send Packet level events

_LINK

(value 1) Send Link Transaction level events

_SPLIT

(value 2) Send Split Transaction level events


Note: Only Packet and Link Transaction level events are available in release 4.6 of PETracer™ software.

Example:

SendLevel( _PACKET); # Send packet level events


Remark:

If no level was specified, events of Packet level are sent to the script by default.

Advertising