12 senddllptype() – Teledyne LeCroy Verification Script Engine for Teledyne LeCroy PETracer Reference Manual User Manual

Page 39

Advertising
background image

Teledyne LeCroy

Verification Script Engine Reference Manual

Version 6.6x

34

8.12 SendDllpType()


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


Format:

SendDllpType( dllp_type )



Parameters:

dllp_type

Encoding of the DLLP type. This parameter may be one of the following values:

DLLP type values:

Constant

DLLP type

_DLLP_TYPE_ACK

Ack

_DLLP_TYPE_NAK

Nak

_DLLP_TYPE_INIT_FC1_P

InitFC1-P

_DLLP_TYPE_INIT_FC1_NP

InitFC1-NP

_DLLP_TYPE_INIT_FC1_CPL

InitFC1-Cpl

_DLLP_TYPE_INIT_FC2_P

InitFC2-P

_DLLP_TYPE_INIT_FC2_NP

InitFC2-NP

_DLLP_TYPE_INIT_FC2_CPL

InitFC2-Cpl

_DLLP_TYPE_UPDATE_FC_P

UpdateFC-P

_DLLP_TYPE_UPDATE_FC_NP

UpdateFC-NP

_DLLP_TYPE_UPDATE_FC_CPL

UpdateFC-Cpl

_DLLP_TYPE_PM

All Power Management DLLP types

_DLLP_TYPE_INVALID

Invalid DLLP types

_DLLP_TYPE_INIT_FC

All InitFC DLLP types

_DLLP_TYPE_UPDATE_FC

All UpdateFC DLLP types

_ANY_TYPE

All possible DLLP types


Example:

SendDllpType(_DLLP_TYPE_ACK ); # Send Ack DLLPs to the script


SendDllpType(_DLLP_TYPE_UPDATE_FC); # Send all UpdateFC DLLPs


Advertising