3: Operation Model 2001-TCSCAN Scanner Card
3-12 2001-TCSCAN-900-01 Rev. A / April 2018
Figure 21: Four-wire resistance test equivalent circuit
Use the SCPI commands below to set up a 4-wire resistance test using the DMM6500 and your
2001-TCSCAN.
Puts the DMM in a known state
Sets up the channels for 4-wire
measurements
Turns on offset compensation
Below are equivalent TSP commands to set a 4-wire resistance test using the DMM6500 and your
2001-TCSCAN.
Puts the DMM in a known
state
channel.setdmm("2:5", dmm.ATTR_MEAS_FUNCTION,
dmm.FUNC_4W_RESISTANCE)
Sets up the channels for 4-wire
measurements
channel.setdmm("2:5", dmm.ATTR_MEAS_OFFCOMP_ENABLE,
dmm.OCOMP_ON)
Turns on offset compensation
channel.setdmm("2:3", dmm.ATTR_MEAS_RANGE, 100)
Sets the range to 100 Ω
channel.setdmm("4", dmm.ATTR_MEAS_RANGE, 10)
channel.setdmm("5", dmm.ATTR_MEAS_RANGE, 1)
Sets the range to 1 Ω