Teledyne-lecroy Verification Script Engine (VSE) Manual Bedienungsanleitung Seite 46

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 115
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 45
Teledyne LeCroy Verification Script Engine Reference Manual
Page 46 of 115
8.9 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(_PACKET); # Send all packets.
if(SomeCondition)
{
DontSendTraceEvent (_USB2_SOF); # Don’t send Start Of Frame packets.
DontSendTraceEvent (_USB2_SPLIT); # Don’t send Split tokens.
}
Seitenansicht 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 114 115

Kommentare zu diesen Handbüchern

Keine Kommentare