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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 29
LeCroy Corporation Verification Script Engine Manual, version 2.2
9.5 SendChannelOnly()
This function specifies that ONLY events occuring on a specified channel should be sent to the script.
Format: SendChannelOnly(channel)
Parameters:
channel This parameter can be one of following values:
_MPI (= 1): Send ONLY events from MPI channel
_RF (= 2): Send ONLY events from RF channel
_MPI_DEC (= 3): Send ONLY events from MPI decrypted channel
_RF_DEC (= 4): DSend ONLY events from RF decrypted channel
_CHANNEL_1 (= 1): Send ONLY events from channel 1 (MPI)
_CHANNEL_2 (= 2): Send ONLY events from channel 2 (RF)
_CHANNEL_3 (= 3): Send ONLY events from channel 3 (MPI decrypted)
_CHANNEL_4 (= 4): Send ONLY events from channel 4 (RF decrypted)
Example:
SendChannelOnly (_RF); # Send ONLY events from RF channel.
SendChannelOnly (_MPI_DEC); # Send ONLY events from MPI decrypted channel.
SendChannelOnly (_CHANNEL_2); # Send ONLY events from channel 2(RF).
SendChannelOnly (_CHANNEL_3); # Send ONLY events from channel 3(MPI_DEC).
SendChannelOnly (2); # Send ONLY events from channel 2 (RF).
SendChannel Only (3); # Send ONLY events from channel 3 (MPI_DEC).
Page 30 of 95
Vista de pagina 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 94 95

Comentarios a estos manuales

Sin comentarios