Data Sheet

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
46
2.7.1 IUsbAnalyzer8::IsSupportSSP
HRESULT IsSupportSSP (
[out, retval] BOOL* is_support)
The method returns that product supports USB3.1 SSP protocol or not. This includes both
analyzer/exerciser engines. Please noted that in addition to supporting SSP protocol by product, specific
licenses should be included to be able to work with SSP protcol engines.
Parameters
is_suppot Pointer to BOOL value indicates SSP support.
Return values
ANALYZERCOMERROR_INVALIDVERSIONTYPE If there is no connected unit, or more than
one unit connected, or the connected hardware could not be identified.
Remarks
If there is no connected device, the method returns an error.
If there is more than one device, the API should call the BindUnit() method to bind the object to a specific
device before calling this method, otherwise the methods returns an error.