Teledyne LeCroy Voyager Exerciser Generation Script Language Manual User Manual

Page 36

Advertising
background image

Teledyne LeCroy

Voyager USB 3.0 Exerciser Generation Script Language Reference Manual

27

ErrCorruptSLCMap

Binary bit masks define which symbols to corrupt in framing
sequences: Bit 0 is first symbol, Bit 1 is second symbol, and so on.
Example: Set ErrCorruptSLCMap = _1100
Possible values are:
CRPT_SYM1 = _0001 # 0x1 Corrupt symbol 1 in the SHP framing
sequence.
CRPT_SYM2 = _0010 # 0x2 Corrupt symbol 2 in the SHP framing
sequence.
CRPT_SYM3 = _0100 # 0x4 Corrupt symbol 3 in the SHP framing
sequence.
CRPT_SYM4 = _1000 # 0x8 Corrupt symbol 4 in the SHP framing
sequence.
Default value: _0000 (no corruption)
Applicable Mode: DEVICE, HOST

Advertising