Teledyne-lecroy UWBTracer Verification Script Engine Manual Instrukcja Użytkownika Strona 38

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag