Sendchannelonly(), Hannel, 5 sendchannelonly() – Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual
Page 30

LeCroy Corporation
Verification Script Engine Manual, version 2.2
 
 
 
 
 
9.5 SendChannelOnly()
 
This function specifies that ONLY events occuring on a specified channel should be sent to the script. 
 
Format: 
SendChannelOnly(channel)
 
 
Parameters: 
 
channel
This parameter can be one of following values:
_MPI (= 1): Send ONLY events from MPI channel
_RF (= 2): Send ONLY events from RF channel
_MPI_DEC (= 3): Send ONLY events from MPI decrypted channel
_RF_DEC (= 4): DSend ONLY events from RF decrypted channel
_CHANNEL_1 (= 1): Send ONLY events from channel 1 (MPI)
_CHANNEL_2 (= 2): Send ONLY events from channel 2 (RF)
_CHANNEL_3 (= 3): Send ONLY events from channel 3 (MPI decrypted)
_CHANNEL_4 (= 4): Send ONLY events from channel 4 (RF decrypted)
 
Example: 
 
 
SendChannelOnly (_RF); # Send ONLY events from RF channel.
SendChannelOnly (_MPI_DEC); # Send ONLY events from MPI decrypted channel.
 … 
 
SendChannelOnly (_CHANNEL_2); # Send ONLY events from channel 2(RF).
SendChannelOnly (_CHANNEL_3); # Send ONLY events from channel 3(MPI_DEC).
…
SendChannelOnly (2); # Send ONLY events from channel 2 (RF).
SendChannel Only (3); # Send ONLY events from channel 3 (MPI_DEC).
…
Page 30 of 95
 
 
 
