viClose
Close a handle to a VISA session, find list or event
- Provided by: libvisa-dev (Version: 0.0.20130812-6build3)
- Source: librevisa
- Report a bug
Close a handle to a VISA session, find list or event
#include <visa.h>
ViStatus viClose(ViObject object);
Closes the handle object and frees the underlying object. Connections to a resource are terminated only when the last session is closed.
On success, VI_SUCCESS is returned.
viOpen(3visa), viOpenDefaultRM(3visa), viFindRsrc(3visa), visa(7visa)