beautypg.com

Teledyne LeCroy Voyager Exerciser Generation Script Language Manual User Manual

Page 19

background image

Teledyne LeCroy

Voyager USB 3.0 Exerciser Generation Script Language Reference Manual

10

PortCfgAck

Specifies whether the Exerciser responds to Port Config LMPs or not.
Example: Set PortCfgAck = 0
Possible values are:
0 # Do not respond to PortConfig LMPs.
1 # Automatically respond to PortConfig LMPs.
Default value: 1
Applicable Mode: HOST, DEVICE

LTSSMSettings

LTSSM Setting flags.
Example: Set LTSSMSettings = CUSTOM_TS1
Possible values are any combinations of the following flags:
0 # AUTO.
DISABLE_LFPS = 0x1 # Disable Polling.LFPS detection.
CUSTOM_TSEQ = 0x2 # Send specified number of TSEQ
(TSEQNumber setting), then go to the next state.
CUSTOM_TS1 = 0x4 # Send TS1 for specified period of time
(TS1Time setting), then go to the next state.
CUSTOM_TS2 = 0x8 # Send TS2 for specified period of time
(TS2Time setting), then go to the next state.
DISABLE_IDLE = 0x10 # Disable Logical Idle handshake, so LTSSM
jumps over relevant sub-state.
Default value: 0 (auto)
Applicable Mode: DEVICE, HOST

TSEQNumber

Specifies number of TSEQ Ordered Sets to be sent in Polling.RxEQ
sub-state. Applies only if CUSTOM_TSEQ bit is set in the
LTSSMSettings setting.
Example: Set TSEQNumber = 64000
Possible values are any values from 0 to 65535 (0xFFFF).
Default value: 65535
Applicable Mode: DEVICE, HOST

TS1Time

Specifies the time in nanoseconds to stay in the Polling.Active or
Recovery.Active sub-states, regardless of received pattern. Applies
only if bit CUSTOM_TS1 of the LTSSMSettings is set.
Example: Set TS1Time = 2000
Possible values are from 0 to 5000000 (5 ms). It is recommended not
to use values < 267 ns (required time for sending 8 TS1s)
Default value: 1000 (1 us)
Applicable Mode: DEVICE, HOST

TS2Time

Specifies the time to stay in the Polling.Active or Recovery.Active
sub-states, regardless of received pattern. Applies only if bit
CUSTOM_TS2 of the LTSSMSettings is set.
Example: Set TS2Time = 1000
Possible values are from 0 to 5000000 (5 ms). It is recommended not
to use values < 267 ns (required time for sending 8 TS2s)
Default value: 1000 (1 us)
Applicable Mode: DEVICE, HOST