4 sendchannel(), 5 sendchannelonly(), Hannel – Teledyne LeCroy SAS_SATA Protocol Suite Verification Script Engine Reference Manual User Manual

Page 37

Advertising
background image


37

9.4 SendChannel()

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


Format :

SendChannel( channel )



Parameters

channel

This parameter can be one of following values:


_I1

( = 0 ) Send events from Channel I1.

_T1

( = 1 ) Send events from Channel T1.

_I1_1 ( = 2 ) Send events from Channel I1 MUX.

_T1_1 ( = 3 ) Send events from Channel T1 MUX.


_I2

( = 4 ) Send events from Channel I2.

_T2

( = 5 ) Send events from Channel T2.

_I2_1 ( = 6 ) Send events from Channel I2 MUX.

_T2_1 ( = 7 ) Send events from Channel T2 MUX.


_I3

( = 8 ) Send events from Channel I3.

_T3

( = 9 ) Send events from Channel T3.

_I3_1 ( = 10 ) Send events from Channel I3 MUX.

_T3_1 ( = 11 ) Send events from Channel T3 MUX.


and so on up to _I36, _T36, _I36_1, _T36_1.


Example

SendChannel(_I1); # Send events from Channel I1.


Remark
If NO channel-sending-function was specified, no events will be sent to the script by default,
and it generates an error.

9.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

This parameter can be one of the values of the SendChannel() command
(see above).


Example


SendChannelOnly( _I1 ); # Send ONLY events from Channel I1.

Advertising