Programming Demos
This chapter lists some programming demos to illustrate how to use commands
to realize the common functions of the generator in the development
environments of Visual C++ 6.0, Visual Basic 6.0 and LabVIEW
8.6. All demos are based on NI (National Instrument)-VISA
(Virtual Instrument Software Architecture) library.
NI-VISA is an API (application programming interface) written by NI on the basis
of VISA standards. You can use NI-VISA to realize the communication between
the generator and the PC via instrument buses such as USB. As VISA has defined
a set of software commands, users can control the instrument without
understanding how the interface bus works. For more details, please refer to NI-
VISA help.
Topics of this chapter:
Programming Preparations
Visual C++ 6.0 Programming Demo
Visual Basic 6.0
Programming Demo
LabVIEW 8.6 Programming Demo