4 Programming example
4.1 Basic operation example
101
Figure 4.1 Programmable Software and Hardware Layers
4.1.2 Example running environment
4.1.2.1 Configuration requirements
The programming examples described in this chapter have been successfully run on the computers with
the following configuration.
IBM-compatible, Pentium and above PC;
Windows 2000 or Windows XP operating system;
Visual Studio 2010/2012 integrated development environment;
NI‟s PCI-GPIB interface card or Keysight‟s GPIB interface card;
NI‟s VISA library or Keysight‟s VISA library;
GPIB card;
Network card;
Available serial ports COM1 and COM2.
4.1.2.2 Included Files
To run a program example written in C/C++, you must contain the required files in the VS2010 project
If you use VISA library, you must perform the following steps:
Add visa32.lib to the source file;
Add visa.h to the header file.
If using the NI-488.2 library, you must do the following operations:
Add GPIB-32.OBJ file to the source file;
Add windows.h file to the header file;
VISA
Development environment/programming language
Visual Studio, Visual Basic, Agilent VEE, and CVI/LabWindows, etc.
Interface driver
GPIB interface
Noise Figure Analyzer
Содержание 3986 Series
Страница 1: ...3986 Series Noise Figure Analyzer Programming Manual...
Страница 4: ......
Страница 8: ...3986 Series noise figure analyzer Table of Contents 4...
Страница 107: ...3 SCPI 3 3 Instrument specific Commands 99...
Страница 119: ...4 Programming example 4 2 Advanced operation example 111...