Measurement-computing GPIB-488.2 Manuale Utente Pagina 62

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 64
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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);
Vedere la pagina 61
1 2 ... 57 58 59 60 61 62 63 64

Commenti su questo manuale

Nessun commento