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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 35
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.11 SendTraceEventOnly()
This function specifies that ONLY the event specified in this function is sent to the script.
Format: SendTraceEventOnly(event)
Parameters:
event See SendTraceEvent() for all possible values
Remark:
This function may be useful, when there are many events to be sent, to send only one kind of event and not
send the other ones.
Example:
SendTraceEvent(_FRAMES); # Send all frames.
if(SomeCondition)
{
SendTraceEventOnly (_FRM_BEACON);
# Only Beacon frames are sent.
}
Page 36 of 95
Przeglądanie stron 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag