Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Manual de usuario Pagina 25

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 64
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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
Vista de pagina 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 63 64

Comentarios a estos manuales

Sin comentarios