Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual de usuario Pagina 38

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 37
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
Vista de pagina 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 94 95

Comentarios a estos manuales

Sin comentarios