|
NAMEviClose - Close a handle to a VISA session, find list or eventSYNOPSIS#include <visa.h>ViStatus viClose(ViObject object); DESCRIPTIONCloses the handle object and frees the underlying object. Connections to a resource are terminated only when the last session is closed.RETURN VALUEOn success, VI_SUCCESS is returned.SEE ALSOviOpen(3visa), viOpenDefaultRM(3visa), viFindRsrc(3visa), visa(7visa)
Visit the GSP FreeBSD Man Page Interface. |