Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-178 3700AS-901-01 Rev. D/June 2018
dmm.func = "twowireohms"
dmm.filter.window = 0.25
dmm.filter.enable = dmm.ON
Set the filter window for 2-wire ohms to 0.25
and enable filtered measurements.
Also see
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.filter.enable (on page 11-175)
dmm.filter.count (on page 11-174)
dmm.filter.type (on page 11-176)
dmm.fourrtd
This attribute sets the type of 4-wire RTD that is being used.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
Usage
value = dmm.fourrtd
dmm.fourrtd = value
The type of four-wire RTD:
â–ª dmm.RTD_PT100 or 0 for type PT100
â–ª dmm.RTD_D100 or 1 for type D100
â–ª dmm.RTD_F100 or 2 for type F100
â–ª dmm.RTD_PT385 or 3 for type PT385
â–ª dmm.RTD_PT3916 or 4 for type PT3916
â–ª dmm.RTD_USER or 5 for user-specified type
Details
This attribute is only valid when dmm.func is set to "temperature" and dmm.transducer is set
to dmm.TEMP_FOURRTD. For all other transducer types, the attribute is set but is not used until the
transducer type is set for four-wire RTD.
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 RTD type value as listed in the usage
table.
The four-wire RTD setting is saved with the dmm.func function setting, so if you use another
function, then return to "temperature", the four-wire RTD settings you set previously are retained.
Example
dmm.func = "temperature"
dmm.transducer = dmm.TEMP_FOURRTD
dmm.fourrtd = dmm.RTD_PT3916
Sets the type of four-wire RTD for PT3916.