14 dontsendprotocolerror(), 15 sendpairsasaddress(), Rotocol – Teledyne LeCroy SAS_SATA Protocol Suite Verification Script Engine Reference Manual User Manual
Page 41: Rror, Sasa, Ddress

41
Then only OOB-Sequence_Error events will be sent to the script.
9.14 DontSendProtocolError()
This function specifies NOT to send the selected Protocol Error event to the Verification script.
Format :
DontSendProtocolError( Protocol Error )
Parameters
Protocol Error
Possible values are the same as for SendProtocolError() (see above).
Example
…
SendAllProtocolError();
DontSendProtocolError ( CRC_ERROR );
# Sends all protocol error events except CRC_Error Events.
9.15 SendPairSASAddress()
This function specifies a selected Pair SAS Address event to send to the script, along with any
other events specified/sent before this.
Format :
SendPairSASAddress(SourceSASAddress, DestinationSASAddress)
Parameters
SourceSASAddress [ format: raw data ]
DestinationSASAddress [ format: raw data ]
Pair-values can be any possible combinations of the following
[except (_ANY, _ANY), which has no meaning]:
_ANY
'5000C500001047B5'
'5000E85000000001'
'5000C50000103D91'
… and so on
Example
…
SendPairSASAddressOnly ('5000E85000000001', '5000C50000103D91');
SendPairSASAddress ('5000C500001047B5', '5000C50000103D91');
# This sends Pair-1 & Pair-2 SAS Address events only.