Teledyne-lecroy Verification Script Engine (VSE) Manual Manuel d'utilisateur Page 53

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 115
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 52
Teledyne LeCroy Verification Script Engine Reference Manual
Page 53 of 115
8.16 SendUsb2HskPackets()
This function specifies more precise tuning for Handshake packets.
Format: SendUsb2HskPackets(pid)
Parameters:
pid Specifies that only Data packets with the specified data PID are sent.
The value _ANY means any data packet is accepted.
The follofwing PID values apply:
const PID_ACK = 0x4B;
const PID_NAK = 0x5A;
const PID_STALL = 0x78;
const PID_NYET = 0x69;
const PID_ERR = 0x3C;
Example:
# Send any handshake.
SendUsb2HskPackets();
# Send only STALL handshakes.
SendUsb2HskPackets (PID_STALL);
Vue de la page 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 114 115

Commentaires sur ces manuels

Pas de commentaire