beautypg.com

3 packet = orderedset, Packet = orderedset – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual

Page 29

background image

Teledyne LeCroy

PETrainer Scripting Language

24

3.3 Packet = OrderedSet


This command initiates transmission of ordered set on the bus.

Parameter

Values

Default Comment

SetType

TS1
TS2
FTS
Pattern
Idle
Skip

RawData@

Inserts raw data symbols at
byte position from the beginning of the
ordered set.
See Packet = Raw (page 29)
description for possible raw data
formats.

Count

1: 65535

1

Repeats this packet the number of
times specified.


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


Example:

The following example sends 255 Fast Training Sequences.

Packet = OrderedSet {

SetType = FTS

Count = 255

}