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

See the Online Help and “VISA Programming Examples” on page189.

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, y ou 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 d river.

Development Environments

These sections contains suggestions as to how you can use hp816x_32.dll
within various application development en vironments.
Microsoft Visual C++ 4.0 (or higher) and Borland C++
4.5 (or higher)
Please refer to your Microsoft Visual C++ o r Borland C++ manuals for
information on linking and callin g DLLs.