Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual
Page 10

Teledyne LeCroy
PETrainer Scripting Language
5
Parameter
Values
Default
Value
Comment
Payload
(XXXX,XXXX,…)
Incr
Random
Zeros
Ones
Specified as the array of DWORDs in
hexadecimal format (Big Endian).
The Payload parameter applies only to
TLP packets with data.
Incr: Specifies a payload as the sequence
(0, 1, …’Length’).
Random: Specifies a random payload.
Zeros: Specifies a payload of all zeros.
Ones: Specifies a payload of all ones.
Note: When Incr, Random, Zeros, and
Ones are used, the Length parameter
must be specified before the payload.
Payload can be specified for Memory, IO,
Configuration writes, and Completion with
Data TLP packets.
Field[
Field[
The arbitrary TLP Header field could be
specified by using Field parameter.
Start, end, and pos are bit positions from
the beginning of TLP Header.
Position 0 corresponds to the
Most Significant Bit of the first byte of TLP
Header.
Position 95 for 3 DWORD header (and
position 127 for 4 DWORD header)
correspond to the Least Significant Bit of
the last byte of TLP Header.
Fields are limited by 32 bit values.
Use Field[
specify multi bit field.
Use Field[
field.
RawData@
Inserts raw data symbols at
position from the beginning of the TLP.
See the Packet = Raw description, Page
29, for possible raw data formats.
Note: This parameter is available only on
ML and EML Trainers.
Count
1:65535
1
Repeats this packet the number of times
specified.