Teledyne-lecroy SAS_SATA Automation API manual Instrukcja Użytkownika Strona 10

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 150
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 149 150

Komentarze do niniejszej Instrukcji

Brak uwag