Measurement-computing GPIB-488.2 Manuel d'utilisateur Page 62

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 64
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 61
3-44 IOtech to Associated MCC APIs 986992 GPIB 488.2 Porting Guide
IOtech GPIB Command Associated MCC GPIB 488.2 Command
TriggerList TriggerList
Syntax
TriggerList {IOtech} INT WINAPI TriggerList(DevHandlePT
devHandleList);
TriggerList {MCC} void TriggerList(int board, int addresslist[])
Usage Notes
TriggerList {IOtech} IOtech’s TriggerList command issued a Group Execute Trigger
(GET) bus command to the specified devices. If no interface devices were specified, then the
GET only affected devices that were already in the Listen state, as a result of a previous
Output or Send command.
TriggerList {MCC} Used to trigger multiple devices. Use Trigger to trigger only one
device.
The following example shows how we would trigger two devices simultaneously. The example
devices are connected to board 0; and are at GPIB addresses 6 and 7.
Example:
short addresslist[3] = {6, 7, NOADDR};
TriggerList(0, addresslist);
Vue de la page 61
1 2 ... 57 58 59 60 61 62 63 64

Commentaires sur ces manuels

Pas de commentaire