Teledyne-lecroy SAS_SATA Tracer_Trainer Automation API Manual Instrukcja Użytkownika Strona 58

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 94
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 57
LeCroy Corporation Automation API for SAS/SATATracer/Trainer Manual Version 1.11
58
5.1.9 IRecOptions::Reset
HRESULT Reset ( )
Resets the recording options to the initial state.
Parameters
Return values
Remarks
For default values of recording options, see the remarks sections of all IRecOptions
and
ISASRecOptions
methods.
Example
WSH:
Set Analyzer = WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetRecMode 2 ' Event trigger
RecOptions.SetBufferSize 1024*1024 ' 1 MB
RecOptions.SetPostTriggerPercentage 60 ' 60%
. . .
RecOptions.Reset()
C++:
Przeglądanie stron 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 93 94

Komentarze do niniejszej Instrukcji

Brak uwag