Teledyne LeCroy Voyager Exerciser Generation Script Language Manual User Manual
Page 68

Teledyne LeCroy
Voyager USB 3.0 Exerciser Generation Script Language Reference Manual
59
Examples of calling the SendPipeCommand instruction
# Host emulation
%include "Generation\Include\TransactionEngine\PipeCommands.ginc"
Main
{
# Send Setup transaction to a device at address 1
# specifying GET_DESCRIPTOR request for Device descriptor.
SendPipeCommand
( PIPE_CMD_WRITE_DATA, PIPE_TYPE_CONTROL, 8, 1,
SB_USER_DEFINED, 1 )
{
PipeCommandData
{
DevAddr = 1
Endp = 0
Data = { 80 06 00 01 00 00 12 00 }
}
}
# Perform a read of 80000 bytes on a Bulk IN endpoint number 3
# device address 2, with burst size of 4
SendPipeCommand
( PIPE_CMD_READ_DATA, PIPE_TYPE_BULK, 80000, 0,
0, 1 )
{
PipeCommandData
{
DevAddr = 2
Endp = 3
Dir = 1
NumP = 4
}
}
SendPipeCommand
( PIPE_CMD_WRITE_DATA, PIPE_TYPE_CONTROL,
8, 1, SB_USER_DEFINED, 1 )
{
PipeCommandData
{
DevAddr = 0
Endp = 0
Data = $RequestPayload
Crc32Err = 1 # Will send the data packet with CRC32 error
# and retry it properly when it is not
# acknowledged by the device.
}
}
}
- 6Zi Rackmount (12 pages)
- HDO Oscilloscope Rackmount (14 pages)
- LSIB-1 Host Interfaces (44 pages)
- OC1021 Oscilloscope Cart (9 pages)
- OC1024 Oscilloscope Cart (10 pages)
- OC910 Oscilloscope Cart (2 pages)
- TTL-AUX-OUT (1 page)
- WaveJet Rackmount (1 page)
- Zi Oscilloscope Rackmount (12 pages)
- USB2-GPIB (12 pages)
- WM8Zi-2X80GS (2 pages)
- WR6ZI-8CH-SYNCH (6 pages)
- Zi Oscilloscope Synchronization ProBus Module (Zi-8CH-SYNCH) (16 pages)
- LogicStudio (42 pages)
- WaveSurfer MXs-B Getting Started Manual (126 pages)
- WaveSurfer MXs-B Quick Reference Guide (16 pages)
- X-STREAM OSCILLOSCOPES Remote Control (305 pages)
- WS-GPIB (12 pages)
- PXA125 (219 pages)
- PXD Series (42 pages)
- PXD222 (38 pages)
- Oscilloscope System Recovery (8 pages)
- LabMaster 9Zi-A (264 pages)
- LabMaster 10Zi Rackmount (8 pages)
- LabMaster 10Zi Getting Started Manual (236 pages)
- LabMaster 10Zi Operators Manual (198 pages)
- WaveAce 1000_2000 (108 pages)
- WaveAce 1000_2000 Remote Control (92 pages)
- WaveRunner Xi-A Quick Reference Guide (16 pages)
- WaveRunner XI SERIES Operator’s Manual (233 pages)
- WaveMaster Automation Command (667 pages)
- WaveMaster 8 Zi_Zi-A (190 pages)
- WaveMaster 8000A (46 pages)
- WavePro 7 Zi_Zi-A (188 pages)
- WaveExpert series Automation Manual (285 pages)
- WaveExpert 9000_NRO9000_SDA100G Getting Started Manual (50 pages)
- WaveExpert 100H Operators Manual (348 pages)
- WaveRunner Automation Command (460 pages)
- WaveRunner Xi-A Getting Started Manual (128 pages)
- WaveRunner 6 Zi and 12-Bit HRO Getting Started Manual (198 pages)
- WaveRunner 6 Zi Quick Reference Guide (20 pages)
- WaveRunner 6 Zi-ExtRef-IN_OUT (2 pages)
- WaveSurfer Automation Command (226 pages)
- HDO 4000 Getting Started Guide (48 pages)
- HDO Removable Hard Drive (2 pages)