Teledyne-lecroy UWBTrainer Exerciser Script Language Manuel d'utilisateur Page 105

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 124
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 104
LeCroy Corporation UWBTrainer Exerciser - Generation Script Language Reference Manual
97
Main
{
$X = Generic
{
Data = { AA BB CC DD }
}
$Y = Generic
{
Data = { 00 11 22 33 }
}
Call Block( $X, $Y ) # Send a frame based on 'SOME_PACKET'
# template and Data = { AA BB CC DD 00 11 22 33 }
$X # Change the structure variable 'X'.
{
Data = { BE EF DA CD }
}
$Y # Change the structure variable 'Y'.
{
Data = { BE EF DA CD }
}
Call Block( $X, $Y ) # Send a frame based on 'SOME_PACKET' template
# and Data = { BE EF DA CD BE EF DA CD }
}
Vue de la page 104
1 2 ... 100 101 102 103 104 105 106 107 108 109 110 ... 123 124

Commentaires sur ces manuels

Pas de commentaire