13 filterdllptype(), Ilter – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 40

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

35

8.13 FilterDllpType()


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


Format:

FilterDllpType( dllp_type )



Parameters:

dllp_type

Encoding of the DLLP type.
This parameter may be one of the values defined for the SendDllpType() function.

Example:

SendDllpType(_DLLP_TYPE_INIT_FC); # Send all InitFC DLLPs to the script
FilterDllpType(_DLLP_TYPE_INIT_FC1_CPL); # Don’t send InitFCs for Completions
FilterDllpType(_DLLP_TYPE_INIT_FC2_CPL);

# Only InitFC DLLPs for Posted and Non-posted requests are sent to the script

Advertising