Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-228 3700AS-901-01 Rev. D/June 2018
Once an error is detected, the command stops processing and no channels or channel patterns are
modified.
Example
dmm.setconfig("1001:3100",
"myDcv")
Assigns myDcv to all the channels on slots 1 and 2 and
channels 1 to 100 on slot 3.
dmm.setconfig("slot5", "dcvolts")
Assigns the factory default settings for dcvolts to channels
on slot 5.
Also see
channel.setbackplane() (on page 11-87)
channel.setpole() (on page 11-96)
dmm.close() (on page 11-160)
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.getconfig() (on page 11-181)
dmm.simreftemperature
This attribute sets the simulated reference temperature of the thermocouple reference junction.
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Configuration script
Measure configuration list
Celsius: 23
Kelvin: 296.15
Fahrenheit: 73.4
Usage
value = dmm.simreftemperature
dmm.simreftemperature = value
The simulated reference temperature:
â–ª Celsius: 0 to 65
â–ª Kelvin: 273.15 to 338.15
â–ª Fahrenheit: 32 to 149
Details
This attribute applies to the temperature function when the transducer type is set to thermocouple and
the reference junction is set to simulated. It allows you to set the simulated reference temperature
value.
This attribute is only valid when dmm.func is set to "temperature". All other functions generate an
error and return nil when queried.
The simulated reference temperature is only used when the transducer type is thermocouple, as set
by dmm.transducer. For all other transducer types, the value is set but not used until the
transducer type is set for thermocouple.
The simulated reference temperature setting is saved with the dmm.func function setting, so if you
use another function, then return to "temperature" with the transducer type set to thermocouple,
the simulated reference temperature setting you set previously is retained.