Measurement-computing GPIB-488 Manuel d'utilisateur Page 39

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 116
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 38
Chapter 3 GPIB 488.1 Library Reference
Programming Reference Manual 3-26 GPIB-488
IFC = Interface Clear
REN = Remote Enable
SRQ = Service Request
EOI = End or Identify
Usage Notes
In order for this call to function properly, all devices attached to the GPIB bus must adhere to
IEEE-488 specification.
Example
This example tests the state of the ATN line.
C #define ATNLINE = 0x40
int lines;
iblines (board, &lines);
if (lines & ATNLINE == 0)
printf "ATN line can not be monitored by this
GPIB board";
else ( (lines >> 8) & ATNLINE ) == 0)
printf "ATN line is not asserted";
Vue de la page 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 115 116

Commentaires sur ces manuels

Pas de commentaire