beautypg.com

9 irecoptions::setautomerge, Irecoptions::setautomerge – Teledyne LeCroy Automation API for Bluetooth Analyzers User Manual

Page 64

background image

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 );