
TeledyneLeCroy SASRecOptionsObject
92 AutomationAPIforTel edyneLeCroySAS/SATAProtocolSuite
IRecOptions::SetTriggerBeep
HRESULT SetTriggerBeep (
[in] BOOL beep );
Setsaflagtomakeasoundwhenatriggeroccurs.
Parameters
beep TRUE=Beepwhentriggeroccurs.
FALSE=Donotbeepwhentriggeroccurs.
ReturnValue
Remarks
ThedefaultstateofthebeeperisFALSE.
Example
WSH:
Set Analyzer =
WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetTriggerBeep TRUE
C++:
Comentarios a estos manuales