Teledyne-lecroy SATracer 3G Verification Script Engine manual Bedienungsanleitung Seite 38

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 68
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 37
LeCroy Corporation Verification Script Engine Reference Manual Version 1.01
8.7 SendAllChannels()
This function specifies that events that have occurred on ALL channels should be sent to the
script.
Format : SendAllChannels ()
Example:
SendAllChannels (); # - send events from ALL channels
8.8 SendTraceEvent ()
This function specifies the events to be sent to the script.
Format : SendTraceEvent( event )
Parameters: event – See Verification Script Engine Events
for all possible values.
Example:
SendTraceEvent( _FRM_AF_OPEN
);
8.9 DontSendTraceEvent()
This function specifies that the event specified in this function should not be sent to script.
Format : DontSendTraceEvent ( event )
Parameters: event – See Verification Script Engine Events for all possible values.
Example:
if( SomeCondition )
{
DontSendTraceEvent( _FRM_AF_OPEN
);
}
8.10 SendTraceEventOnly()
This function specifies that ONLY the event specified in this function will be sent to the script.
Format : SendTraceEventOnly( event )
Parameters: event – See Verification Script Engine Events
for all possible values.
33
Seitenansicht 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 67 68

Kommentare zu diesen Handbüchern

Keine Kommentare