Teledyne-lecroy SAS_SATA Automation API manual Uživatelský manuál Strana 10

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 150
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 9
TeledyneLeCroy SASAnalyzerObject
4AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite
SASAnalyzer Object
TheSASAnalyzerobjectisthetoplevelobjectoftheSASAPI.TheSASAnalyzerobject
allowsyoutocontrolrecordingandtrafficgeneration,opentracefiles,andaccess
recordingandgenerationoptions.TheSASAnalyzerobjectsupportsthefollowing
interfaces:
TheISASAnalyzerinterfaceistheprimaryinterfacefortheSASAnalyzerobject.
TheClassIDandAppIDfortheSASAnalyzerobjectarethefollowing:
ClassID SASAnalyzer 12A4B62B107A42AE9C5608C5EC3C26E2
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.
Zobrazit stránku 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 149 150

Komentáře k této Příručce

Žádné komentáře