FreeBSD Manual Pages
viOpenDefaultRM(3visa) LibreVISA Programmers' Manual viOpenDefaultRM(3visa) NAME viOpenDefaultRM - Create and return a handle to the default VISA re- source manager SYNOPSIS #include <visa.h> ViStatus viOpenDefaultRM(ViSession *resource_manager); DESCRIPTION This function creates a new handle referencing the default VISA re- source manager, and stores it at the address given by the resource_man- ager parameter. This handle can then be used to find and open instru- ments or instrument buses. This is typically the first function invoked by client applications. When the handle is no longer needed, it should be closed using the vi- Close() function. RETURN VALUE On success, VI_SUCCESS is returned, and the new handle is stored at the given address. On failure, an error code is returned, and the new handle initialized to VI_NULL. SEE ALSO viClose(3visa), viFindRsrc(3visa), viOpen(3visa), visa(7visa) LibreVISA 27 January 2013 viOpenDefaultRM(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=viOpenDefaultRM&sektion=3visa&manpath=FreeBSD+12.2-RELEASE+and+Ports>