Teledyne-lecroy Verification Script Engine (VSE) Manual Instrukcja Użytkownika Strona 43

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 115
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 42
Teledyne LeCroy Verification Script Engine Reference Manual
Page 43 of 115
8.6 DontSendChannel()
This function specifies that events occuring on a specified channel should NOT be sent to the script.
Format: DontSendChannel (channel)
Parameters:
channel Can be one of following values:
_USB2: USB2 traffic (value = 1)
_USB3_RX: USB3 Host Receive traffic (Upstream, value = 2)
_USB3_TX: USB3 Host Transmit traffic (Downstream, value = 3)
Example:
DontSendChannel(_USB3_TX); # DO NOT send events from USB3 downstream channel.
DontSendChannel(_CHANNEL_2); # DO NOT send events from channel 2 (USB3_RX).
DontSendChannel(_CHANNEL_3); # DO NOT send events from channel 3 (USB3_TX).
DontSendChannel(2); # DO NOT send events from channel 2 (USB3_RX).
DontSendChannel(3); # DO NOT send events from channel 3 (USB3_TX).
Przeglądanie stron 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 114 115

Komentarze do niniejszej Instrukcji

Brak uwag