Teledyne-lecroy Automation API for Bluetooth Analyzers Instrukcja Użytkownika Strona 61

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 60
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 );
Przeglądanie stron 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag