Sierrasasanalyzer object – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 52

Advertising
background image

Teledyne LeCroy

SierraSASAnalyzer Object

46

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

SierraSASAnalyzer Object

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

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

Class ID: SierraSASAnalyzer 8EBF31F8‐8861‐435c‐8305‐51EAFD4F5BCE

AppID: SierraSASAnalyzer Lecroy.SierraSASAnalyzer

Example

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

C++:
ISierraSASAnalyzer* poSierraSASAnalyzer;

// create SierraSASAnalyzer object
if ( FAILED( CoCreateInstance(
CLSID_SierraSASAnalyzer,
NULL, CLSCTX_SERVER,
IID_ISeirraSASAnalyzer,
(LPVOID *)&poSierraSASAnalyzer ) )

Advertising