Model DMM7510 7½ Digit Multimeter Application Manual
Section 3: Measuring 4-wire resistance with offset compensation
DMM7510-904-01 Rev. D March 2021
3-5
Using SCPI commands
This sequence of SCPI commands measures the resistance of a device or component. The device
under test is connected to the DMM7510 and controlled remotely.
You may need to make changes so that this code will run in your programming environment.
Send the commands in the following table to set up and run this example application.
Command
Description
*RST
:SENS:FUNC "FRES"
:SENS:FRES:RANG: AUTO ON
:SENS:FRES:OCOM ON
:SENS:FRES:AZER ON
:SENS:FRES:NPLC 1
:READ?
▪
Reset the DMM7510.
▪
Set to measure four-wire resistance.
▪
Enable autorange.
▪
Enable offset compensation.
▪
Enable autozero .
▪
Set NPLC to 1.
▪
Read the resistance value.
Using TSP commands
The following TSP code is designed to be run from Keithley Instruments Test Script Builder (TSB).
TSB is a software tool that is available from
. You can install and use TSB to write
code and develop scripts for TSP-enabled instruments. Information about how to use TSB is in the
online help for TSB and in the “Introduction to TSP operation” section of the
Model DMM7510
Reference Manual
.
To use other programming environments, you may need to make changes to the example TSP code.
By default, the DMM7510 uses the SCPI command set. You must select the TSP command set
before sending TSP commands to the instrument.
To enable TSP commands:
1. Press the
MENU
key.
2. Under System, select
Settings
.
3. Set the Command Set to
TSP
.
4. At the prompt to reboot, select
Yes
.
In this example, the DMM7510 makes one resistance reading. After the code is executed, the data is
displayed in the Instrument Console of Test Script Builder.