DevClear — clear a device
#include <gpib/ib.h>
void DevClear( | board_desc, | |
address); |
int board_desc;Addr4882_t address;
DevClear() causes the interface board specified by board_desc
to send the clear command to the GPIB addresses specified by address. The results of the serial polls are stored into resultList.
If you wish to clear multiple devices simultaneously, use
DevClearList()