B-30 Return to Section Topics 2100-900-01 Rev. D / September 2011
Appendix B: Remote Interface Reference Model 2100 6 1/2-Digit Resolution Digital Multimeter User’s Manual
INPut:
IMPedance:AUTO {OFF|ON}
IMPedance:AUTO?
IEEE-488 compliance information
IEEE-488.2 common commands
*ESE <enable value>
*ESE?
*ESR?
*IDN?
*OPC
*OPC?
*PSC {0|1}
*PSC?
*RST
*SRE <enable value>
*SRE?
*STB?
*TRG
*TST?
About application programs
This section provides a brief description for each Model 2100 sample program.
NOTE These examples are also available for download on www.keithley.com.
Visual Basic 6
Learn how to create and use Keithley Instruments, Inc. IOUtils components, controls, data
access, and more with the following Visual Basic 6 sample applications.
Visual C++
In an MFC (Microsoft Foundation Class) application, you can override Keithley Instruments, Inc.
IOUtils interfaces in a class as well as provide additional interfaces. The example in this section
illustrates how to override an interface in a class while preserving the original interface
implementation so that it can be delegated to by the new interface implementation. Browse the
Visual C++ samples code; see Visual C++ DEVQUERY sample application.
Visual Basic 6 programming example 1: MEASure.bas
Visual Basic 6 sample applications using MEASure? for a single measurement
The following example uses the MEASure? command to make a single AC current measurement.
This is the easiest way to program the multimeter for measurements. However, MEASure? does
not offer much flexibility.