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

viOpenDefaultRM - Create and return a handle to the default VISA resource manager

Description

       This  function  creates  a new handle referencing the default VISA resource manager, and stores it at the
       address given by the resource_manager  parameter.  This  handle  can  then  be  used  to  find  and  open
       instruments 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 viClose() function.

Name

       viOpenDefaultRM - Create and return a handle to the default VISA resource manager

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)

Synopsis

#include<visa.h>ViStatusviOpenDefaultRM(ViSession*resource_manager);

See Also