Agilent Technologies 8164A Manual De Usuario

Descargar
Página de 274
The Agilent 816x VXIplug&play Instrument Driver
Introduction to Programming
232
Agilent 8163A/B, 8164A/B & 8166A/B Mainframes, Fifth Edition
Introduction to Programming
Example Programs
VISA-Specific Information
The following information is useful if you are using the driver with a 
version of VISA.
Instrument Addresses
When you are using Agilent VXIplug&play instrument drivers, you should 
enter the instrument addresses using only upper case letters. This is to 
ensure maximum portability.
For example, use 
GPIB0::22
 rather than 
gpib0::22
.
Callbacks
Callbacks are not supported by this driver.
Development Environments
These sections contains suggestions as to how you can use 
hp816x_32.dll
 
within various application development environments.
Microsoft Visual C++ 4.0 (or higher) and Borland C++ 
4.5 (or higher)
Please refer to your Microsoft Visual C++ or Borland C++ manuals for 
information on linking and calling DLLs.