Teledyne-lecroy Automation API for Bluetooth Analyzers Bedienungsanleitung Seite 56

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 110
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 55
50
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.1 IRecOptions::Load
Loads recording options from specified file
Parameters
ro_file_name - string 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.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.Load( CurrentDir & "Input\rec_options.rec" )
C++:
HRESULT Load (
[in] BSTR ro_file_name );
Seitenansicht 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 109 110

Kommentare zu diesen Handbüchern

Keine Kommentare