beautypg.com

6 irecoptions::settriggerbeep, Irecoptions::settriggerbeep – Teledyne LeCroy Automation API for Bluetooth Analyzers User Manual

Page 61

background image

55

Automation API for CATC Bluetooth Analyzers

CATC

Ver. 1.40

2.5.6 IRecOptions::SetTriggerBeep

Sets the flag indicating to make a sound when trigger occurs

Parameters

beep

-

TRUE – beep when trigger occurs, FALSE – do not beep when trigger occurs

Return values

Remarks

The default state of the beeper is FALSE.

Example

WSH:

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

"\"))

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

Set RecOptions = Analyzer.GetRecordingOptions

RecOptions.SetTriggerBeep TRUE

C++:

HRESULT SetTriggerBeep (

[in] BOOL beep );