GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
viOpenDefaultRM(3visa) LibreVISA Programmers' Manual viOpenDefaultRM(3visa)

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

#include <visa.h>

ViStatus viOpenDefaultRM(ViSession *resource_manager);

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.

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.

viClose(3visa), viFindRsrc(3visa), viOpen(3visa), visa(7visa)
27 January 2013 LibreVISA

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.