5 sendchannelonly(), Hannel – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 32

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

27

8.5

SendChannelOnly()


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

the script.

Format:

SendChannelOnly( 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:

SendChannelOnly( _CHANNEL_1 ); # Send ONLY events from Upstream

# direction of the link



Advertising