Measurement-computing GPIB-488.2 Manual do Utilizador Página 62

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 64
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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);
Vista de página 61
1 2 ... 57 58 59 60 61 62 63 64

Comentários a estes Manuais

Sem comentários