
TeledyneLeCroy SASAnalyzerObject
4AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite
SASAnalyzer Object
TheSASAnalyzerobjectisthetop‐levelobjectoftheSASAPI.TheSASAnalyzerobject
allowsyoutocontrolrecordingandtrafficgeneration,opentracefiles,andaccess
recordingandgenerationoptions.TheSASAnalyzerobjectsupportsthefollowing
interfaces:
TheISASAnalyzerinterfaceistheprimaryinterfacefortheSASAnalyzerobject.
TheClassIDandAppIDfortheSASAnalyzerobjectarethefollowing:
ClassID SASAnalyzer 12A4B62B‐107A‐42AE‐9C56‐08C5EC3C26E2
AppID SASAnalyzer Lecroy.SASAnalyzer
Example
WSH:
Set Analyzer = WScript.CreateObject(
“Lecroy.SASAnalyzer” )
C++:
ISASAnalyzer* poSASAnalyzer;
// create SASAnalyzer object
if ( FAILED( CoCreateInstance(
CLSID_SASAnalyzer,
NULL, CLSCTX_SERVER,
IID_ISASAnalyzer,
(LPVOID *)&poSASAnalyzer ) )
return;
Interfaces Description
ISASAnalyzer F a cilitatesrecordingandtrafficgeneration,openstracefiles,
andretrievesrecordingoptions.Addsadvancedgenerator
functionalityandretrievesgenerationoptions.
_ISASAnalyzerEvents EventsfromSASAnalyzerobject.
Komentarze do niniejszej Instrukcji