Remote Programming Reference
81150A and 81160A User’s Guide 587
4.8.2 Application Programs
This chapter contains several remote interface example programs to help
you develop programs for your own application. Chapter 4 Remote
Programming Reference lists the syntax for the SCPI (Standard Commands
for Programmable Instruments) commands available to program the
generator.
These example programs are included in this chapter to demonstrate
controlling the instrument using SCPI commands. All of these programs are
created by means of Microsoft Visual Studio 2005 and use the Keysight IO
Library Suite features.
Visual Studio 2005 C++/Unmanaged - *IDN
This example program queries via the GPIB interface the instrument for an
identification string and prints the result.
You must change the address accordingly. Here 10 is used as the
default address of the instrument.
Your application must link to VISA import libraries. To keep this
example simple, configuring the Visual Studio 2005 is not described.