Teledyne-lecroy UWBTracer Verification Script Engine Manual Instrukcja Użytkownika Strona 35

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 34
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.10 DontSendTraceEvent()
This function specifies that the event specified in this function should not be sent to a script.
Format: DontSendTraceEvent (event)
Parameters:
event See SendTraceEvent() for all possible values.
Example:
SendTraceEvent(_FRAMES); # Send all frames.
if(SomeCondition)
{
DontSendTraceEvent (_FRM_DATA); # Don’t send Data frames.
DontSendTraceEvent (_FRM_CONTROL); # Don’t send Control frames.
DontSendTraceEvent (_FRM_COMMAND); # Don’t send Command frames.
DontSendTraceEvent (_FRM_AGG_DATA); # Don’t send Agg Data frames.
DontSendTraceEvent (_FRM_OTHER); # Don’t send Other frames.
# Only Beacon frames are sent.
}
Page 35 of 95
Przeglądanie stron 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag