beautypg.com

Sendbusstates(), Tates, 13 sendbusstates() – Teledyne LeCroy UWBTracer Verification Script Engine Manual User Manual

Page 38

background image

LeCroy Corporation

Verification Script Engine Manual, version 2.2





9.13 SendBusStates()


This function specifies more precise tuning for sending Bus State events. Only specified Bus States are

sent.

Format:

SendBusStates (bus_state)



Parameters:

bus_state

Bus state parameter. This parameter may have one of the following values:

Primitive Values
Constant Bus

State

_RESET

PHY Reset

_SLEEP

PHY Sleep

_STANDBY

PHY StandBy

_READY

PHY Ready

_ANY

Any Bus State

If this parameter parameter is omitted, all Bus State trace events are sent, which is the same as:
SendTraceEvent(_BUS_STATE);

Example:

SendBusState(_RESET); # SendRESET’ bus state.

SendBusState(); # Send all Bus State events.

SendBusState(_ANY); # Send all Bus State events.

Page 38 of 95