Teledyne-lecroy Automation API for Bluetooth Analyzers Instrukcja Użytkownika Strona 64

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 63
58
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
2.5.9 IRecOptions::SetAutoMerge
Sets the flag indicating that recorded traces on different channels will be merged automatically
after recording done.
Parameters
auto_merge - TRUE – perform merge automatically; FALSE – do not perform merge
Return values
Remarks
By default automatic merge is not performing
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,
"\"))
Set Analyzer = WScript.CreateObject("CATC.Merlin")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetAutoMerge TRUE
C++:
HRESULT SetAutoMerge (
[in] BOOL auto_merge );
Przeglądanie stron 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag