Teledyne-lecroy FireInspector Automation Application Programming I Uživatelský manuál Strana 54

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 92
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 53
50
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.1 IRecOptions::Load
Loads recording options from specified file.
Syntax
HRESULT Load (
[in] BSTR ro_file_name );
Parameters
ro_file_namestring providing the full pathname to the recording options file
Return values
ANALYZERCOMERROR_UNABLEOPENFILEunable to open file
Remarks
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer = WScript.CreateObject("CATC.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.Load( CurrentDir & "Input\rec_options.rec" )
C++:
Zobrazit stránku 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 91 92

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

Žádné komentáře