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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 94
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 53
LeCroy Corporation Automation API for SAS/SATATracer/Trainer Manual Version 1.11
54
5.1.5 IRecOptions::SetPostTriggerPercentage
HRESULT SetPostTriggerPercentage (
[in] short posttrigger_percentage );
Sets the post-trigger buffer size.
Parameters
posttrigger_percentage Size of the post-trigger buffer in percent of the whole
recording buffer (see IRecOptions::SetBufferSize
).
Return values
E_INVALIDARG –
invalid percentage was specified
Remarks
This method call has no effect if recording mode is set to
RMODE_SNAPSHOT
(see IRecOptions::SetRecMode
).
The default setting is 50%.
Example
WSH:
Set Analyzer = WScript.CreateObject("LeCroy.SASAnalyzer")
Set RecOptions = Analyzer.GetRecordingOptions
RecOptions.SetPostTriggerPercentage 60 ' 60%
C++:
Przeglądanie stron 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 93 94

Komentarze do niniejszej Instrukcji

Brak uwag