Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-229
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_THERMOCOUPLE
dmm.units = dmm.UNITS_CELSIUS
dmm.simreftemperature = 30
Sets 30 degrees Celsius as the simulated reference temperature for thermocouples.
Also see
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.func (on page 11-179)
dmm.transducer (on page 11-233)
dmm.units (on page 11-234)
dmm.thermistor
This attribute describes the type of thermistor.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
Usage
value = dmm.thermistor
dmm.thermistor = value
The thermistor type in ohms, 2252, 5000 or 10000; if you enter any other value, it is
converted as shown in the following table:
Details
This attribute is only valid when dmm.func is set to "temperature". All other functions generate an
error and return nil when queried. If you use a parameter outside of the ranges listed in the usage
table, a parameter out of range error message is generated.
The thermistor attribute is only used when the transducer type is set for thermistor. For all other
transducer types, the setting is set but not used until thermistor is selected for the transducer type
(see dmm.transducer).
The thermistor setting is saved with the dmm.func function setting, so if you use another function,
then return to "temperature", the thermistor setting you set previously is retained.
Example
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_THERMISTOR
dmm.thermistor = 3000
Sets thermistor type to 2252. Note that the
original value is set to 3000, but is
automatically converted to 2252.