
TeledyneLeCroy STXSASAnalyzerObject
48 AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite
STXSASAnalyzer Object
TheSTXSASAnalyzerobjectistheSierraversionoftheSASAnalyzerobjectintheSAS
software.ThisobjectisdeliveredbytheSTXSASsoftwareautomationAPI.All
functionalityisthesameastheSASAnalyzerobject.
TheClassIDandAppIDfortheSTXSASAnalyzerobjectarethefollowing:
ClassID:STXSASAnalyzer4E677701‐FD40‐4152‐8B11‐4406F87BB4FF
AppID:STXSASAnalyzerLecroy.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 ) )
Komentarze do niniejszej Instrukcji