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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 92
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 63
60
FireInspector Automation User’s Manual
CATC Version 1.0
2.5.11 IRecOptions::Reset
Resets recording options to its initial state.
Syntax
HRESULT Reset ( );
Parameters
Return values
Remarks
For default values of recording options see the Remarks for Sections 2.5.1 to 2.5.10.
Example
WSH:
CurrentDir = Left(WScript.ScriptFullName,
InstrRev(WScript.ScriptFullName, "\"))
Set Analyzer = WScript.CreateObject("CATC.FwAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetRecMode 2 ' Event trigger
RecOptions.SetBufferSize 1024*1024 ' 1Mb
RecOptions.SetPostTriggerPercentage 60 ' 60%
. . .
RecOptions.Reset
C++:
Przeglądanie stron 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 91 92

Komentarze do niniejszej Instrukcji

Brak uwag