beautypg.com

Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 57

background image

Teledyne LeCroy

PETrainer Scripting Language

52

Wait = Error

Parameter

Values

Default Comment

Errors

DLLPCRC
TLPLCRC
Delimiter
Disparity
Symbol
IdleData
SkipLate
OrdSetFormat
EndBadPacket

The list of errors for which to wait.
If not specified, this waits for any error.


Note: This command is supported by the PETrainers ML and EML.


Example:

This command waits for a Delimiter, Disparity, or Symbol error to occur in incoming traffic.
The script continues running when any of the specified errors occurs or after the 1024 ns timeout expires.


Wait = Error {

Errors = (Delimiter, Disparity, Symbol)
Timeout = 1024

}