ibsre — set remote enable (board)
#include <gpib/ib.h>
int ibsre( | ud, | |
enable); |
int ud;int enable; If enable is nonzero, then the board specified
by the board descriptor ud asserts the REN line.
If enable is zero, the REN line is unasserted.
The board must be the system controller.
The value of ibsta is returned.