User`s guide
1-14 Agilent E6432A Microwave Synthesizer User’s Guide
Installation
Folders and Files Supplied with the E6432A VXIplug&play Driver
Hpe6432:
• HPE6432Types.h
This header file defines the minimum and maximum parameter
values that are used by the E6432A microwave synthesizer’s
VXIplug&play driver.
• HPE6432Errors.h
This header file defines all of the error codes that can be reported by
an E6432A microwave synthesizer.
• HPE6432.h
This header file is duplicated in this folder for convenience, but is
also located in the Include: folder.
This header file contains the function prototypes for each of the
VXIplug&play functions used by the E6432A microwave synthesizer.
• libHPE6432.h
This header file is written using C syntax and contains the function
prototypes for all low-level driver functions that are called by
E6432A VXIplug&play functions; low-level driver function names
begin with an underscore. (For example, _Close is the low-level
driver function name used by the VXIplug&play HPE6432_close
function, and its corresponding function prototype is: ViStatus
_Close(ViSession instrumentHandle);.)
• libHPE6432.lib
This library file contains all of the compiled code required to run the
low-level driver functions that are called by E6432A VXIplug&play
functions.
• HPE6432.lib
This library file is duplicated in this folder for convenience, but is
also located in the Lib/Msc: folder.
This library file contains the code required to use the HPE6432.dll
dynamic link library.
The HPE6432.dll dynamic link library is generated by compiling the
HPE6432.c source file and linking it with the libHPE6432.lib
library file. When the HPE6432.c source file is modified by the user,
it must be recompiled and linked with the libHPE6432.lib library
file to produce a new HPE6432.lib library file and new HPE6432.dll
dynamic link library.