Teledyne-lecroy FireInspector Automation Application Programming I Manuale Utente Pagina 55

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 92
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 54
51
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.2 IRecOptions::Save
Saves recording options into specified file.
Syntax
HRESULT Save (
[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
If specified file does not exist, it will be created; if it does exist, it will be overwritten.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer = WScript.CreateObject("CATC.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
' do the changes of recording options here
RecOptions.Save( CurrentDir & "Input\rec_options.rec" )
C++:
Vedere la pagina 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 91 92

Commenti su questo manuale

Nessun commento