Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Manuale Utente Pagina 25

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 64
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 24
Verification Script Engine Reference Manual
20
10.7 SendAllChannels()
This function specifies that events occurred on ALL channels should be sent to the script.
Format : SendAllChannels ()
Example:
SendAllChannels (); # - send events from ALL channels
10.8 SendTraceEvent ()
This function specifies the events to be sent to script.
Format : SendTraceEvent( event )
Parameters: event This parameter may be one of the following values:
Frame level events:
event value
Description
_DISCONNECT
Disconnect ( FC link was disconnected )
_CONNECT
Connect ( FC link was connected )
_FRM_PRIMITIVE
Primitive frames
_FRM_FCP
FCP frames
_FRM_GS
FC-GS frames
_FRM_SW
FC-SW frames
_FRM_DATA
Data frames
Sequence level events:
event value
Description
_SEQ_FCP
FCP sequences
_SEQ_GS
FC-GS sequences
_SEQ_SW
FC-SW sequences
_SEQ_OTHER
Other kinds of FC sequences
Example:
SendTraceEvent( _FRM_FCP );
SendLevel( _SEQ );
SendTraceEvent ( _SEQ_FCP ); # - send FCP sequences
Vedere la pagina 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 63 64

Commenti su questo manuale

Nessun commento