Teledyne-lecroy SAS_SATA Tracer_Trainer Automation API Manual Uživatelský manuál Strana 50

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 94
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 49
LeCroy Corporation Automation API for SAS/SATATracer/Trainer Manual Version 1.11
50
5.1.1 IRecOptions::Load
HRESULT Load (
[in] BSTR ro_file_name );
Loads recording options from the specified file.
Parameters
ro_file_name String that provides the full pathname to the recording options file
Return values
ANALYZERCOMERROR_UNABLEOPENFILE
– unable to open file
Remarks
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer = WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.Load( CurrentDir & "Input\rec_options.rec" )
C++:
Zobrazit stránku 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 93 94

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

Žádné komentáře