Teledyne-lecroy SierraFC Verification Script Engine Reference Manu Manuel d'utilisateur Page 25

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 64
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 63 64

Commentaires sur ces manuels

Pas de commentaire