beautypg.com

16 irecoptions::reset, Irecoptions::reset – Teledyne LeCroy Automation API for Bluetooth Analyzers User Manual

Page 71

background image

65

Automation API for CATC Bluetooth Analyzers

CATC

Ver. 1.40

2.5.16 IRecOptions::Reset

Resets recording options to its initial state

Parameters

Return values

Remarks

For default values of recording options see the remaks

Example

WSH:

CurrentDir = Left(WScript.ScriptFullName, InstrRev(WScript.ScriptFullName,

"\"))

Set Analyzer = WScript.CreateObject("CATC.Merlin")

Set RecOptions = Analyzer.GetRecordingOptions

RecOptions.SetRecMode 2 ' Event trigger

RecOptions.SetBufferSize 1024*1024 ' 1Mb

RecOptions.SetPostTriggerPercentage 60 ' 60%

RecOptions.SetMasterAddr "1234567890AB"

RecOptions.SetPageTargetAddr "BA0987654321"

. . .

RecOptions.Reset

C++:

HRESULT Reset ( );