Teledyne LeCroy USB Analyzer Automation Manual User Manual

Page 128

Advertising
background image

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite

128

WSH:

' Create CATC analyzer adapter first.
Set AnalyzerAdapter = WScript.CreateObject("CATC.AnalyzerAdapter", "Analyzer_")

RemoteServer = "EVEREST"
Set Analyzer = AnalyzerAdapter.CreateObject("CATC.USBTracer", RemoteServer)

Analyzer.StartRecording (Analyzer.ApplicationFolder & "my.rec")
...
AnalyzerAdapter.Detach ' Disconnect the remote analyzer from the adapter.
Set Analyzer = Nothing ' Release the analyzer.

' Release the adapter.
Set AnalyzerAdapter = Nothing

























































Advertising