Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-210 3700AS-901-01 Rev. D/June 2018
dmm.offsetcompensation
This attribute specifies the offset compensation setting for the DMM for the function selected by dmm.func.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
0 (dmm.OFF) for "commonsideohms" and
"fourwireohms"
1 (dmm.ON) for "temperature"
Usage
state = dmm.offsetcompensation
dmm.offsetcompensation = state
The offset compensation setting:
â–ª Enable: dmm.ON or 1
â–ª Disable: dmm.OFF or 0
Details
The command applies when dmm.func is set to "fourwireohms", "commonsideohms" or
"temperature".
When dmm.func = "temperature", this attribute applies only when the transducer type is 3- or 4-
wire RTD. Set this command as you would for 4-wire ohm measurements.
This command is automatically set to dmm.ON when dmm.drycircuit is set to dmm.ON and
dmm.func = "fourwireohms" or "commonsideohms".
The offset compensation setting is saved with the dmm.func function setting, so if you use another
function, then return to "fourwireohms", "commonsideohms" or "temperature", the offset
compensation setting you set previously is retained.
If you query this attribute and the function is not "fourwireohms", "commonsideohms", or
"temperature", nil is returned.
Example 1
dmm.func = "fourwireohms"
dmm.offsetcompensation = dmm.ON
Enable offset compensation for 4-wire ohms.
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_THREERTD
dmm.offsetcompensation = dmm.OFF
Disable offset compensation for 3-wire RTD
temperature measurements.
Also see
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.func (on page 11-179)