; --------------------------------------------------------------------------------
; @Title: Parameterfile for USB3 menu
; @Description: 
;   
;   These parameters are used by the pulldown menu
;   to open the PROTOanalyzer windows
;   
;   Please modify the parameters to your requirements
;   
; @Author: STA
; @Copyright: (C) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only
; --------------------------------------------------------------------------------
; $Id: usb3params.cmm 7016 2014-04-25 14:36:54Z kjmal $


; --------------------------------------------------------------------------------


; --------------------------------------------------------------------------------

 LOCAL &dllfile &track
 
; &dllfile="~~/demo/powerintegrator/probeusb3/protousb3.dll"	 ; filename of Protocol-DLL

 &dllfile="PROBEUSB3"                                        ; TRACE32 integrated Protocol-analysis 
 &track="/ZoomTrack"		                                 ; /ZoomTrack, /Track or ""

; --------------------------------------------------------------------------------

; return parameters
 ENDDO &dllfile &track
