
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 );
Kommentare zu diesen Handbüchern