Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Instrukcja Użytkownika Strona 39

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 97
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 38
39
9.9 DontSendTraceEvent()
This function specifies that the event specified in this function should not be sent to script.
Format : DontSendTraceEvent ( event )
Parameters
event Values are the same as for SendTraceEvent() (see above).
Example
if( SomeCondition )
{
DontSendTraceEvent( _FRM_AF_OPEN );
}
9.10 SendTraceEventOnly()
This function specifies that ONLY the event specified in this function will be sent to the script.
Format : SendTraceEventOnly( event )
Parameters
event Values are the same as for SendTraceEvent() (see above).
Remark
This function may be useful when many events are to be sent, yet you need to send only one
kind of event and turn off the rest.
Example
if( SomeCondition )
{
SendTraceEventOnly (_FRM_AF_OPEN );
}
9.11 SendAllTraceEvents()
This function specifies that ALL trace events relevant for the selected transaction level will be
sent to the script.
Format : SendAllTraceEvents ()
Example
SendAllTraceEvents ( );
Przeglądanie stron 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 96 97

Komentarze do niniejszej Instrukcji

Brak uwag