beautypg.com

Sendchannel(), Hannel, 4 sendchannel() – Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual

Page 29

background image

LeCroy Corporation

Verification Script Engine Manual, version 2.2





9.4 SendChannel()


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


Format:

SendChannel(channel)



Parameters:

channel

This parameter can be one of following values:

_MPI (= 1): Send events from MPI channel

_RF (= 2): Send events from RF channel

_MPI_DEC (= 3): Send events from MPI decrypted channel

_RF_DEC (= 4): Send events from RF decrypted channel

_CHANNEL_1 (= 1): Send events from channel 1 (MPI)

_CHANNEL_2 (= 2): Send events from channel 2 (RF)

_CHANNEL_3 (= 3): Send events from channel 3 (MPI decrypted)

_CHANNEL_4 (= 4): Send events from channel 4 (RF decrypted)


Example:

SendChannel(_RF); # Send events from RF channel.

SendChannel(_MPI_DEC); # Send events from MPI decrypted channel.


SendChannel(_CHANNEL_2); # Send events from channel 2 (RF).

SendChannel(_CHANNEL_3); # Send events from channel 3 (MPI_DEC).

SendChannel(2); # Send events from channel 2 (RF).

SendChannel(3); # Send events from channel 3 (MPI_DEC).

Page 29 of 95