Stxsasanalyzer object – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 54

Advertising
background image

Teledyne LeCroy

STXSASAnalyzer Object

48

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

STXSASAnalyzer Object

The STXSASAnalyzer object is the Sierra version of the SASAnalyzer object in the SAS 
software. This object is delivered by the STX SAS software automation API. All 
functionality is the same as the SASAnalyzer object. 

The Class ID and App ID for the STXSASAnalyzer object are the following:

Class ID: STXSASAnalyzer 4E677701‐FD40‐4152‐8B11‐4406F87BB4FF

AppID: STXSASAnalyzer Lecroy.STXSASAnalyzer

Example

WSH:
Set Analyzer = WScript.CreateObject(
“Lecroy.STXSASAnalyzer” )

C++:
ISTXSASAnalyzer* poSTXSASAnalyzer;

// create STXSASAnalyzer object
if ( FAILED( CoCreateInstance(
CLSID_STXSASAnalyzer,
NULL, CLSCTX_SERVER,
IID_ISTXSASAnalyzer,
(LPVOID *)&poSTXSASAnalyzer ) )

Advertising