Irecoptions::settriggerbeep – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 98

Advertising
background image

Teledyne LeCroy

SASRecOptions Object

92

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

IRecOptions::SetTriggerBeep

HRESULT SetTriggerBeep (

[in] BOOL beep );

Sets a flag to make a sound when a trigger occurs.

Parameters

beep

TRUE = Beep when trigger occurs.

FALSE = Do not beep when trigger occurs.

Return Value

Remarks

The default state of the beeper is FALSE.

Example

WSH:

Set Analyzer =

WScript.CreateObject("LeCroy.SASAnalyzer")

Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetTriggerBeep TRUE

C++:

Advertising