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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 64
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 25
Verification Script Engine Reference Manual
21
10.9 DontSendTraceEvent()
This function specifies that the event specified in this function shouldn’t be sent to script.
Format : DontSendTraceEvent ( event )
Parameters: event See SendTraceEvent () for all possible values.
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 )
{
DontSendTraceEvent ( _SEQ_GS ); # Don’t send FC-GS sequences
DontSendTraceEvent ( _SEQ_SW ); # Don’t send FC-SW sequences
# Only FC-FCP sequences will be sent.
}
Przeglądanie stron 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 63 64

Komentarze do niniejszej Instrukcji

Brak uwag