Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-215
Also see
dmm.autorange (on page 11-149)
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.func (on page 11-179)
dmm.reset() (on page 11-219)
dmm.refjunction
This attribute defines the type of the thermocouple reference junction.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
1 (dmm.REF_JUNCTION_INTERNAL)
for "temperature"
Usage
state = dmm.refjunction
dmm.refjunction = state
The reference junction type:
â–ª dmm.REF_JUNCTION_SIMULATED or 0
â–ª dmm.REF_JUNCTION_INTERNAL or 1
â–ª dmm.REF_JUNCTION_EXTERNAL or 2
Details
This attribute is only valid when dmm.func is set to "temperature". All other functions generate an
error and return nil when queried.
This attribute only applies when the transducer type is set to thermocouple. For all other transducer
types, the reference junction may be set, but it is not used until the transducer type is set to
thermocouple.
The reference junction setting is saved with the dmm.func function setting, so if you use another
function, then return to "temperature", the reference junction settings you set previously are
retained.
Example
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_THERMOCOUPLE
dmm.refjunction = dmm.REF_JUNCTION_SIMULATED
Enables the simulated thermocouple
reference junction.
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)