Data Sheet
Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
47
2.8 IusbAnalyzer9 interface
The IUsbAnalyzer9 interface is the 9th interface for the UsbAnalyzer object. It inherits and extends
some analyzer-related functionality exposed via the IUsbAnalyzer interface.
IID : 38024874-326B-4C5E-A5A1-820B0311E7DF
2.8.1 IusbAnalyzer9::ApplyRecordingOptions
HRESULT ApplyRecordingOptions
( [in] BSTR ro_file_name );
This method applies recording option settings before start recording/exerciser. This method is another
alternative to passing recordng options through StartRecording() method and is used in scenarioes that
analyzer hardware needs some other initializations like CrossSync settings before recording start.
Parameters
ro_file_name reference to desired recording option path.
Return values
ANALYZERCOMERROR_UNABLESTARTRECORDING If loading recording option fails for any
reason.
Remarks