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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 64
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 22
GPIB 488.2 Porting Guide 986992 IOtech to Associated MCC APIs 3-5
IOtech GPIB Command Associated MCC GPIB 488.2 Command(s)
ClearList DevClearList
Syntax
ClearList INT WINAPI ClearList(DevHandlePT devHandleList);
DevClearList DevClearList(int board, short addresslist[])
Usage Notes
ClearList, no longer to be used, caused the Selected Device Clear (SDC) command to be issued
to a list of external devices. IEEE 488 bus devices that receive a Selected Device Clear
command normally reset to their power-on state.
DevClearList is used to clear specified devices. This routine sends the GPIB Selected Device
Clear (SDC) to the devices specified by addresslist. To clear only one device, use
DevClear.
The following example would clear the devices at GPIB addresses 6 and 7, which are connected
to GPIB board 0.
Example:
short addresslist[3] = {6,7,NOADDR};
DevClearList(0, addresslist);
Vista de página 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 63 64

Comentários a estes Manuais

Sem comentários