Teledyne-lecroy Automation API for Bluetooth Analyzers Bedienungsanleitung Seite 67

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 110
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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 );
Seitenansicht 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 109 110

Kommentare zu diesen Handbüchern

Keine Kommentare