![LeCroy USB Protocol Suite Advisor T3 Скачать руководство пользователя страница 333](http://html1.mh-extra.com/html/lecroy/usb-protocol-suite-advisor-t3/usb-protocol-suite-advisor-t3_user-manual_1866295333.webp)
USB Protocol Suite
User Manual
Chapter 12: Traffic Generation (3.0 Exerciser)
LeCroy Corporation
319
Step 2
Enter file information in beginning comment lines:
#######################################################
# FILE INFORMATION:
# FILE:
# DESCRIPTION:
# REVISION HISTORY:
#######################################################
Step 3
Add a comment line by starting the line with #:
# INCLUDE FILES:
Step 4
To include main definitions and templates, add an include file line:
%include "Include\FrameworkLib.ginc"
Step 5
Add constants:
Const EndpointNum = 1
Const DeviceNumber = 1
Step 6
Add data patterns:
DataPattern SetAddrReq = { 00 05 00 00 00 00 00 00 }
Step 7
Add frame and structure templates:
struct DeliveryID
{
Sel : 1 = 1 # Stream Index
Val : 3
}
Step 8
(optional) Add global variables.
Step 9
(optional) Add generation settings.
Step 10
Add the
Main
generation procedure, such as the following example:
Main
{
# Place your generations instructions here.
SetLinkState (LinkState = U0)
Call GetDescriptor(EndpointNum,0,DEVICE_DESC,0x00,
0x00,0x1200,WaitTPSleep,WaitDPSleep)
Call SetAddress(EndpointNum, DeviceNumber * 256,
WaitTPSleep, WaitDPSleep)
}
Note:
You can use the Text Snippets on the left Text Snippets panel to add
commands and their parameters.
Содержание USB Protocol Suite Advisor T3
Страница 4: ...USB Protocol Suite User Manual LeCroy Corporation ...
Страница 168: ...Chapter 7 Display Options USB Protocol Suite User Manual 154 LeCroy Corporation ...
Страница 290: ...Chapter 10 Recording Options USB Protocol Suite User Manual 276 LeCroy Corporation ...
Страница 357: ...USB Protocol Suite User Manual Chapter 12 Traffic Generation 3 0 Exerciser LeCroy Corporation 343 Typical CP8 Pattern ...
Страница 358: ...Chapter 12 Traffic Generation 3 0 Exerciser USB Protocol Suite User Manual 344 LeCroy Corporation ...
Страница 368: ...Appendix A China Restriction of Hazardous Substances Table USB Protocol Suite User Manual 354 LeCroy Corporation ...
Страница 372: ...Limited Hardware Warranty USB Protocol Suite User Manual 358 LeCroy Corporation ...
Страница 388: ...Index USB Protocol Suite User Manual 374 LeCroy Corporation ...