Teledyne-lecroy Verification Script Engine (VSE) Manual Manual do Utilizador Página 42

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 115
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 41
Teledyne LeCroy Verification Script Engine Reference Manual
Page 42 of 115
8.5 SendChannelOnly()
This function specifies that ONLY events occuring on a specified channel should be sent to the script.
Format: SendChannelOnly(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:
SendChannelOnly (_USB2); # Send ONLY events from USB2 channel.
SendChannelOnly (_CHANNEL_2); # Send ONLY events from channel 2(USB3_RX).
SendChannelOnly (_CHANNEL_3); # Send ONLY events from channel 3(USB3_TX).
SendChannelOnly (2); # Send ONLY events from channel 2 (USB3_RX).
SendChannel Only (3); # Send ONLY events from channel 3 (USB3_TX).
Vista de página 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 114 115

Comentários a estes Manuais

Sem comentários