
Section 11: TSP command reference
Series 3700A System Switch/Multimeter Reference Manual
11-230
3700AS-901-01 Rev. D/June 2018
Also see
(on page 11-166)
(on page 11-179)
(on page 11-233)
dmm.thermocouple
This attribute indicates the thermocouple type.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Reset
DMM reset
Recall setup
Create configuration script
Save setup
1 (dmm.THERMOCOUPLE_K)
Usage
value
= dmm.thermocouple
dmm.thermocouple =
value
value
The thermocouple type:
▪
dmm.THERMOCOUPLE_J
or
0
▪
dmm.THERMOCOUPLE_K
or
1
▪
dmm.THERMOCOUPLE_T
or
2
▪
dmm.THERMOCOUPLE_E
or
3
▪
dmm.THERMOCOUPLE_R
or
4
▪
dmm.THERMOCOUPLE_S
or
5
▪
dmm.THERMOCOUPLE_B
or
6
▪
dmm.THERMOCOUPLE_N
or
7
Details
This attribute is only valid when
dmm.func
is set to
"temperature"
. All other functions generate an
error and return nil when queried. An illegal parameter value error message is generated if the value
specified is not a supported thermocouple type value listed in the usage table.
The thermocouple attribute is only used when the transducer type is thermocouple. For all other
transducer types, the value is set but not used until the transducer type is set for thermocouple.
The thermocouple setting is saved with the
dmm.func
function setting, so if you use another function,
then return to
"temperature"
, the thermocouple value you set previously is retained.
Example
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_THERMOCOUPLE
dmm.thermocouple = dmm.THERMOCOUPLE_J
Sets the thermocouple type to J.
Also see
(on page 11-166)
(on page 11-179)
(on page 11-233)