Teledyne-lecroy PETrainer Scripting Language Reference Manual Manuel d'utilisateur Page 56

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 89
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 55
Teledyne LeCroy PETrainer Scripting Language
51
Wait = DLLP
This command waits for a DLLP that matches the defined condition. All parameters from Packet = DLLP
command (see Page 19) are valid, except the CRC field.
DLLP fields can be masked using the following format:
0x0XAXX For hexadecimal values
0b0001XX For binary values
Example 1:
This command waits for Ack DLLP.
The execution continues when Ack DLLP is received or after the 256 ns timeout expires.
Wait = DLLP {
DLLPType = Ack
Timeout = 256
}
Example 2:
This command waits for a Vendor DLLP with the Least Significant Bit of the vendor specific data set.
The execution continues when such DLLP is received or after the 256 ns timeout expires.
Wait = DLLP {
DLLPType = Vendor
VendorSpecific = "0bXXXXXXXXXXXXXXXXXXXXXXX1"
Timeout = 256
}
Vue de la page 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 88 89

Commentaires sur ces manuels

Pas de commentaire