Teledyne-lecroy UWBTracer Verification Script Engine Manual Uživatelský manuál Strana 35

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 95
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 94 95

Komentáře k této Příručce

Žádné komentáře