Sendusb2Datapackets () - LeCroy USB Protocol Suite Reference Manual

Verification script engine
Table of Contents

Advertisement

LeCroy Corporation

8.15 SendUsb2DataPackets ()

This function specifies more precise tuning for Data packets.
Format:
SendUsb2DataPackets(pid)
Parameters:
pid
Example:
# Send any Data packet.
SendUsb2DataPackets();
# Send only MDATA packets.
SendUsb2DataPackets(PID_MDATA);
Specifies that only Data packets with the specified data PID are sent.
The value _ANY means any data packet is accepted.
The follofwing PID values apply:
const PID_DATA0
const PID_DATA1
const PID_DATA2
const PID_MDATA
= 0xC3;
= 0xD2;
= 0xE1;
= 0xF0;
Verification Script Engine Reference Manual
Page 50 of 107

Advertisement

Table of Contents
loading

Table of Contents