Dontsendchannel() - LeCroy USB Protocol Suite Reference Manual

Verification script engine
Table of Contents

Advertisement

LeCroy Corporation
8.6

DontSendChannel()

This function specifies that events occuring on a specified channel should NOT be sent to the script.
Format:
DontSendChannel (channel)
Parameters:
channel
Example:
DontSendChannel(_USB3_TX); # DO NOT send events from USB3 downstream channel.
...
DontSendChannel(_CHANNEL_2);
DontSendChannel(_CHANNEL_3);
...
DontSendChannel(2); # DO NOT send events from channel 2 (USB3_RX).
DontSendChannel(3); # DO NOT send events from channel 3 (USB3_TX).
...
Can be one of following values:
_USB2:
USB2 traffic (value = 1)
_USB3_RX:
USB3 Host Receive traffic (Upstream, value = 2)
_USB3_TX:
USB3 Host Transmit traffic (Downstream, value = 3)
# DO NOT send events from channel 2 (USB3_RX).
# DO NOT send events from channel 3 (USB3_TX).
Verification Script Engine Reference Manual
Page 41 of 107

Advertisement

Table of Contents
loading

Table of Contents