
Series 3700A System Switch/Multimeter Reference Manual
Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018
11-213
dmm.opendetector
This attributes determines if the detection of open leads is enabled or disabled.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Reset
DMM reset
Recall setup
Create configuration script
Save setup
0 (dmm.OFF) for "commonsideohms"
1 (dmm.ON) for "fourwireohms" and
"temperature"
Usage
state
= dmm.opendetector
dmm.opendetector =
state
state
Disable open lead detector:
dmm.OFF
or
0
Enable open lead detector:
dmm.ON
or
1
Details
The command applies when
dmm.func
is set to
"fourwireohms"
,
"commonsideohms"
, or
"temperature"
.
When
dmm.func
is set to temperature, the open detector setting is only used when the transducer
type is thermocouple. For all other transducer types, it is set, but not used until the transducer type is
set to thermocouple.
The open detector setting is saved with the
dmm.func
function setting, so if you use another function,
then return to
"fourwireohms"
,
"commonsideohms"
, or
"temperature"
, the open detector
setting you set previously is retained.
An error is generated if
dmm.func
is set to any function other than
"fourwireohms"
,
"commonsideohms"
, or
"temperature"
. If you query the setting for any other function,
nil
is
returned.
Example
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_THERMOCOUPLE
dmm.opendetector = dmm.ON
Enable the thermocouple open detector.
Also see
(on page 11-166)
(on page 11-179)