beautypg.com

Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 87

background image

Teledyne LeCroy

PETrainer Scripting Language

82

Parameter

Values

Default

Value

Comment

PayloadGrowth

FixedByte
FixedDWord
IncrementByte
IncrementDWord

FixedByte Specifies how to generate the payload of size

Length:
FixedByte: Specifies the payload as a repeated

pattern of byte PayloadSeed.

FixedDWord: Specifies the payload as a

repeated pattern of dword PayloadSeed.

IncrementByte: Specifies the payload as an

incrementing pattern of bytes starting from
Payload Seed Value.
Note: If Payload Seed Value is not specified,
the pattern will start from value 0.

IncrementDWord: Specifies the payload as an

incrementing pattern of dwords starting from
Payload Seed Value.
Note: If Payload Seed Value is not specified,
the pattern will start from value 0.

Note: The PayloadGrowth parameter applies to
all Send commands.

PayloadSeed

PayloadGrowth =
FixedByte

0x00 : 0xFF

FixedDWord

0x000 : 0x3FF

0

Specifies the fixed value from which to generate
the payload:
PayloadGrowth = FixedByte: This parameter is

an 8-bit field.

PayloadGrowth = FixedDWord: This parameter

is a 10-bit field.

Note: The PayloadSeed parameter applies only
when PayloadGrowth applies and is set to a
growth type of FixedByte or FixedDWord.

IncrementAddress

No
OnCount

No

Specifies if the Address value for each
subsequent address of a repeated read or write
TLP packet (Count > 1) is incremented.
The Address value is incremented to point to the
next memory location, according to the Length
set for the memory transaction.
Note: This parameter only increments the original
Address value for repeating (Count > 1), not for
looping (LoopCount > 1).