Teledyne-lecroy Automation API for Bluetooth Analyzers Uživatelský manuál Strana 67

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 110
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 66
61
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.12 IRecOptions::SetTraceFileName
Sets the path to the file where trace will be stored after recording
Parameters
file_name - string providing the full pathname to the file where recording wiil be
stored
Return values
Remarks
If specified file does not exists it will be create, if it exists it will be overwritten.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
' do the changes of recording options here
RecOptions.Save( CurrentDir & "Input\trace.blt" )
C++:
HRESULT SetTraceFileName (
[in] BSTR file_name );
Zobrazit stránku 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 109 110

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

Žádné komentáře