Teledyne-lecroy UWBTracer Verification Script Engine Manual Manual do Utilizador Página 29

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 95
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 28
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.4 SendChannel()
This function specifies that events occurred on specified channel should be sent to script.
Format: SendChannel(channel)
Parameters:
channel This parameter can be one of following values:
_MPI (= 1): Send events from MPI channel
_RF (= 2): Send events from RF channel
_MPI_DEC (= 3): Send events from MPI decrypted channel
_RF_DEC (= 4): Send events from RF decrypted channel
_CHANNEL_1 (= 1): Send events from channel 1 (MPI)
_CHANNEL_2 (= 2): Send events from channel 2 (RF)
_CHANNEL_3 (= 3): Send events from channel 3 (MPI decrypted)
_CHANNEL_4 (= 4): Send events from channel 4 (RF decrypted)
Example:
SendChannel(_RF); # Send events from RF channel.
SendChannel(_MPI_DEC); # Send events from MPI decrypted channel.
SendChannel(_CHANNEL_2); # Send events from channel 2 (RF).
SendChannel(_CHANNEL_3); # Send events from channel 3 (MPI_DEC).
SendChannel(2); # Send events from channel 2 (RF).
SendChannel(3); # Send events from channel 3 (MPI_DEC).
Page 29 of 95
Vista de página 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 94 95

Comentários a estes Manuais

Sem comentários