Model 2000-SCAN Scanner Card User's Manual
Section 3: Operation
2000-SCAN-900-01 Rev. A / April 2018
3-9
Use the SCPI commands below to set up a 2-wire resistance test using the DMM6500 and your
2000-SCAN.
*RST
Puts the DMM in a known state
FUNC 'RES', (@1:10)
Sets the channels for 2-wire measurements
RES:RANG 100e3, (@1:10)
Sets the range to 100 kΩ
ROUT:SCAN:CRE (@1:10)
Creates the scan
ROUT:SCAN:COUN:SCAN 1
Sets the scan count
TRAC:CLE
Clears the buffer
INIT
Initiates the scan
Below is the TSP equivalent to set up a 2-wire resistance test using the DMM6500 and your
2000-SCAN.
reset()
Puts the DMM in a known state
channel.setdmm("1",
dmm.ATTR_MEAS_FUNCTION,dmm.FUNC_RESISTANCE)
Sets the channels for 2-wire
measurements
channel.setdmm("1:10", dmm.ATTR_MEAS_RANGE, 100e3)
Sets the range to 100 kΩ
scan.create("1:10")
Creates the scan
scan.scancount = 1
Sets the scan count
defbuffer1.clear()
Clears the buffer
trigger.model.initiate()
Initiates the scan
Measurement accuracy can be optimized with minimal residual resistance. Make connecting wires as
short as practical and limit the number of connectors to minimize path resistance. You can also short
one of the scanner channel inputs, close the shorted channel, and enable the DMM REL feature to
null the path resistance. REL must be enabled for the entire test.