Teledyne-lecroy UWBTracer Verification Script Engine Manual Manuel d'utilisateur Page 29

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 95
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 94 95

Commentaires sur ces manuels

Pas de commentaire