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

  • 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 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 );
Zobrazit stránku 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 109 110

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

Žádné komentáře