Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Instrukcja Użytkownika Strona 27

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 64
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 63 64

Komentarze do niniejszej Instrukcji

Brak uwag