Teledyne-lecroy FireInspector Automation Application Programming I Instrukcja Użytkownika Strona 59

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 92
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 58
55
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.6 IRecOptions::SetTriggerBeep
Sets the flag indicating to make a sound when trigger occurs.
Syntax
HRESULT SetTriggerBeep (
[in] BOOL beep );
Parameters
beeppossible values:
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.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetTriggerBeep TRUE
C++:
Przeglądanie stron 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 91 92

Komentarze do niniejszej Instrukcji

Brak uwag