beautypg.com

Sending functions, Sendlevel(), Evel – Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual

Page 26: 9 sending functions, 1 sendlevel()

background image

LeCroy Corporation

Verification Script Engine Manual, version 2.2





9 Sending

Functions

This topic contains information about the special group of VSE functions that specify the events the

verification script should expect to receive.

9.1 SendLevel()


This function specifies that events of specified transaction level should be sent to the script.
Currently only frame level events can be sent to verification scripts.

Format:

SendLevel(level)



Parameters:

level

This parameter can be one of following values:

_FRM:(value 0): Send Frame level events.


Remark:

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


Example:


SendLevel(_FRM); # Send frame level events.

Page 26 of 95