16 sendorderedsettype(), Rdered – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual
Page 43

Teledyne LeCroy
Verification Script Engine Reference Manual
Version 6.6x
38
8.16 SendOrderedSetType()
This function specifies more precise tuning (filtering in) for sending Ordered Set packets to the script.
Format:
SendOrderedSetType( set_type )
Parameters:
set_type
Encoding of the Ordered Set type. This parameter may be one of the following values:
Ordered Set type values:
Constant
DLLP type
_ORDSET_TYPE_TS1
Training Sequence Type 1
_ORDSET_TYPE_TS2
Training Sequence Type 2
_ORDSET_TYPE_FTS
Fast Training Sequence
_ORDSET_TYPE_IDLE_SET
Idle Set
_ORDSET_TYPE_IDLE_GLC
Idle Glc Set
_ORDSET_TYPE_SKIP
Skip
_ORDSET_TYPE_PATN
Pattern
_ANY_TYPE
All possible Ordered Set types
Example:
SendOrderedSetType(_ORDSET_TYPE_FTS); # Send Fast Training Sequences
# to the script
…