FreeBSD Manual Pages
viClose(3visa) LibreVISA Programmers' Manual viClose(3visa) NAME viClose - Close a handle to a VISA session, find list or event SYNOPSIS #include <visa.h> ViStatus viClose(ViObject object); DESCRIPTION Closes the handle object and frees the underlying object. Connections to a resource are terminated only when the last session is closed. RETURN VALUE On success, VI_SUCCESS is returned. SEE ALSO viOpen(3visa), viOpenDefaultRM(3visa), viFindRsrc(3visa), visa(7visa) LibreVISA 27 January 2013 viClose(3visa)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=viClose&sektion=3visa&manpath=FreeBSD+12.2-RELEASE+and+Ports>