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

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 92
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 61
58
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.9 IRecOptions::SetTraceFileName
Sets the path to the file where trace will be stored after recording.
Syntax
HRESULT SetTraceFileName (
[in] BSTR file_name );
Parameters
file_namestring providing the full pathname to the file where recording will be
stored
Return values
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\trace.fdb" )
C++:
Vedere la pagina 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 ... 91 92

Commenti su questo manuale

Nessun commento