17 filterorderedsettype(), Ilter, Rdered – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 44

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

39

8.17 FilterOrderedSetType()


This function specifies more precise tuning (filtering out) for sending Ordered Set packets to the script.


Format:

FilterOrderedSetType( set_type )



Parameters:

set_type

Encoding of the Ordered Set type.
This parameter may be one of the values defined for the
SendOrderedSetType() function.


Example:

FilterOrderedSetType(_ORDSET_TYPE_SKIP); # Don’t send Skip packets.

Advertising