4 sendchannel(), Hannel – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 31

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

26

8.4

SendChannel()


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


Format:

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

SendChannel(_CHANNEL_1); # Send events from Upstream direction of the link

Advertising