Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Bedienungsanleitung Seite 27

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 64
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 26
Verification Script Engine Reference Manual
22
10.10 SendTraceEventOnly()
This function specifies that ONLY the event specified in this function will be sent to 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 and it is needed to
send
only one kind of events and turn off the other ones.
Example:
SendLevel( _SEQ ); # Send sequence level events
SendTraceEvent ( _SEQ_FCP ); # Send FCP sequences
SendTraceEvent ( _SEQ_GS ); # Send GS sequences
SendTraceEvent ( _SEQ_SW ); # Send SW sequences
if( SomeCondition )
{
SendTraceEventOnly ( _SEQ_FCP );
# Only FC-FCP sequences will be sent.
}
10.11 SendAllTraceEvents()
This function specifies that ALL trace event relevant for the selected transaction level will be
sent to script.
Format : SendAllTraceEvents ()
Example:
SendLevel( _SEQ ); # Send sequence level events
SendAllTraceEvents ( ); # Send FCP, SW, GS and other sequences
Seitenansicht 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 63 64

Kommentare zu diesen Handbüchern

Keine Kommentare