Data Sheet

TeledyneLeCroyCorporation FormatofTrafficGenerationFiles
548 USBProtocolSuiteUserManual
11.14.1 Script Control of Intelliframe vs Bitstream modes
Toforcethe.utgfiletoruninIntelliFramemode,addthefollowingtextstringtothe
FIRST LINEofthe.utgfile.
;intelliframe=ON
Toforcethe.utgfiletoruninBitstreammode,addthefollowingtextstringtothe
FIRST LINEofthe.utgfile.
;intelliframe=OFF
Thesecommandsareusefulifanautomatedinterface,suchastheUSB Compliance Suite,
isrunningascript.
Ifyourunthescriptmanually,toallowselectionofIntelliFrameorBitstreammodefrom
thetoolbar,makesurethe.utgfilehasnosuchIntelliframecommandline.
11.14.2 Sample Syntax
; Start of Frames (SOF's)
frame=auto idle=TO_EOF ; 1 empty frame, frame number generated
automatically
frame=23 idle=TO_EOF ; 1 empty frame, frame number is 23
empty_frames=73 ; 73 empty frames, frame numbers generated
automatically
; Tokens (always need Address and Endpoint)
pid=SETUP addr=2 endp=3
pid=IN addr=1 endp=0 idle=TO_EOF
pid=IN addr=1 endp=0 CRC=0x1E idle=TO_EOF; Force a CRC value
pid=OUT addr=1 endp=0 idle=368
pid=PING addr=1 endp=0 idle=368
; Split
pid=SPLIT hub_addr=5 sc=1 port=2 s=0 e=1 et=2
; Data
pid=DATA0
data=(
23 03 08 00 01 00 00 00
)
idle=500 ; 8 bytes
; Link Power Management. These 2 must be consecutive
pid=EXT addr=1 endp=0 idle=368