Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-233
dmm.transducer
This attribute contains the transducer type.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
1 (dmm.TEMP_THERMOCOUPLE)
Usage
value = dmm.transducer
dmm.transducer = value
The transducer type:
â–ª Thermocouple: dmm.TEMP_THERMOCOUPLE or 1
â–ª Thermistor: dmm.TEMP_THERMISTOR or 2
â–ª 3-wire RTD: dmm.TEMP_THREERTD or 3
â–ª 4-wire RTD: dmm.TEMP_FOURRTD or 4
Details
This attribute is only valid when dmm.func is set to "temperature". All other functions generate an
error and return nil when queried.
The setting of this attribute affects which other temperature-supported attributes get used. There are
various attributes that are only applicable when the transducer type is a certain type. Although the
transducer type needs to match for the attribute setting to be used, the transducer type does not
need to match to change the setting or read the setting. For example, the transducer type does not
need to be set to dmm.TEMP_FOURRTD to change the dmm.fourrtd attribute setting.
The transducer value is saved with the dmm.func function setting, so if you use another function,
then return to "temperature", the transducer value you set previously is retained.
Example
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_THERMISTOR
Sets transducer to thermistor type.
Also see
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.fourrtd (on page 11-178)
dmm.func (on page 11-179)