Teledyne-lecroy SAS_SATA Automation API manual Bedienungsanleitung Seite 94

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 150
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 93
TeledyneLeCroy SASRecOptionsObject
88 AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite
IRecOptions::Save
HRESULT Save (
[in] BSTR ro_file_name );
Savesrecordingoptionsintothespecifiedfile.
Parameters
ro_file_name Stringthatprovidesthefullpathnametotherecordingoptionsfile
ReturnValue
ANALYZERCOMERROR_UNABLEOPENFILE Unabletoopenfile
Remarks
Ifthespecifiedfiledoesnotexist,itwillbecreated.Ifitexists,itwillbeoverwritten.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer =
WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
' Do the changes of recording options here.
RecOptions.Save( CurrentDir & "Input\rec_options.sac" )
C++:
Seitenansicht 93
1 2 ... 89 90 91 92 93 94 95 96 97 98 99 ... 149 150

Kommentare zu diesen Handbüchern

Keine Kommentare