Teledyne-lecroy SAS_SATA Protocol Suite Verification Script Engine Manual do Utilizador Página 38

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 97
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 );
Vista de página 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 96 97

Comentários a estes Manuais

Sem comentários