Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Uživatelský manuál Strana 38

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 97
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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 );
Zobrazit stránku 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 96 97

Komentáře k této Příručce

Žádné komentáře