logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

viClose - Close a handle to a VISA session, find list or event

Description

       Closes  the  handle object and frees the underlying object. Connections to a resource are terminated only
       when the last session is closed.

Name

       viClose - Close a handle to a VISA session, find list or event

Return Value

       On success, VI_SUCCESS is returned.

See Also

viOpen(3visa), viOpenDefaultRM(3visa), viFindRsrc(3visa), visa(7visa)

LibreVISA                                        27 January 2013                                  viClose(3visa)

Synopsis

#include<visa.h>ViStatusviClose(ViObjectobject);

See Also