Agilent Technologies FS2010 Guide de l'utilisateur Page 17

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 160
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 16
Building a VISA Application in Windows 2
Agilent VISA User’s Guide 17
%s\n", buf);
/* Close session */
viClose(vi);
viClose(defaultRM);}
C/C++ Sample Program Contents
A summary of the VISA function calls used in the preceding
sample C/C++ program follows. For a more detailed
explanation of VISA functionality, see Chapter 3,
“Programming with VISA.” See the VISA Online Help for
more detailed information on these VISA function calls.
Table 2 Summary of VISA Function Calls Used in the C/C++ Sample
Function(s) Description
visa.h
This file is included at the beginning of the program to
provide the function prototypes and constants defined by
VISA.
ViSession
The ViSession is a VISA data type. Each object that will
establish a communication channel must be defined as
ViSession.
viOpenDefaultRM
You must first open a session with the default resource
manager with the viOpenDefaultRM function. This function
will initialize the default resource manager and return a
pointer to that resource manager session.
viOpen
This function establishes a communication channel with
the device specified. A session identifier that can be used
with other VISA functions is returned. This call must be
made for each device you will be using.
Vue de la page 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 159 160

Commentaires sur ces manuels

Pas de commentaire