6 dontsendchannel (), Hannel – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 33

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

28

8.6

DontSendChannel ()


This function specifies that events that have occurred on the specified channel should NOT be sent to the

script.

Format:

DontSendChannel ( channel )



Parameters:

channel

Can have one of following values:

_CHANNEL_1 (= 1) Send events from Upstream direction of the link (channel 1)

_CHANNEL_2 (= 2) Send events from Downstream direction of the link (channel 2)


Example:

DontSendChannel ( _CHANNEL_1 ); # DO NOT send events from Upstream

# direction of the link


Advertising