Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Manuel d'utilisateur Page 38

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 97
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 37
38
9.6 DontSendChannel()
This function specifies that events that have occurred on the specified channel should NOT be
sent to the script.
Format : DontSendChannel ( channel )
Parameters
channel This parameter can be one of the values of the SendChannel() command
(see above).
Example
DontSendChannel ( _I1 ); # DO NOT send events from Channel I1.
9.7 SendAllChannels()
This function specifies to send all events with any channel.
.
Format : SendAllChannels ()
Example
SendAllChannels (); # Send events from ALL channels.
9.8 SendTraceEvent()
This function specifies the events to be sent to the script.
Format : SendTraceEvent( event )
Parameters
event Refer to Verification Script Engine Events
for all possible values.
_FRM_PRIMITIVE Primitve event
_FRM_OOB_SIGNAL OOB Sequence Event
_FRM_AF_OPEN Open Address Frame Event
_FRM_AF_IDENTIFY Identify Address Frame Event
_FRM_SSP SSP Frame Event
_FRM_SMP SMP Frame Event
_FRM_STP STP Frame Event
_FRM_STP_INCOMPELETE Incomplete Frame Event
_FRM_DEVICE__SLEEP Device Sleep Event
Example
SendTraceEvent( _FRM_AF_OPEN );
Vue de la page 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 96 97

Commentaires sur ces manuels

Pas de commentaire