7 config = link, Config = link – Teledyne LeCroy PETrainer Scripting Language Reference Manual User Manual
Page 48

Teledyne LeCroy
PETrainer Scripting Language
43
Config = Transactions {
AutoCfgCompletion = Yes
; Automatically complete Configuration TLP requests.
}
Note: After this command, automatic completion for Memory and I/O TLP requests are turned off, since
the default value (No) is used for the AutoMemIoCompletion parameter.
6.7 Config = Link
Parameter
Values
Default Comment
FTSCount
0:255
255
Number of FTS ordered sets required
(as sent in TS)
ExtendedSynch
Yes, No
Yes
When set, forces the transmission of
4096 FTS ordered sets.
SkipTimer
In ns (rounded to nearest 8), Off
4720
Periodic timer that controls sending of
SKIP ordered sets at specific intervals.
Timer’s value is measured in 1-us units.
Example:
This example configures the number of Fast Training Sequences to send when transitioning from L0s
state (see Page 32).
This number also is advertised during Link Training.
This command also configures the periodic timer for SKIP Ordered Sets – sent every 4700 ns.
Config = Link
{
SkipTimer = 4700
FTSCount = 255
}