Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-166 3700AS-901-01 Rev. D/June 2018
dmm.func = "dcvolts"
dmm.reset("active")
dmm.nplc = 0.5
dmm.range = 10
dmm.configure.set("TestDcv")
dmm.configure.recall("dcvolts")
print(dmm.func, dmm.autorange, dmm.range, dmm.nplc)
dmm.configure.recall("TestDcv")
print(dmm.func, dmm.autorange, dmm.range, dmm.nplc)
dmm.setconfig("slot1", "TestDcv")
dmm.setconfig("2001:2015", "TestDcv")
dmm.setconfig("3005", "TestDcv")
Set the DMM to the DC volts function.
Reset DC volts back to factory defaults.
Set the NPLC for DC volts to 0.5.
Select the 10 V range for DC volts and disable autorange.
Save a user DMM configuration for DC volts called "TestDcv".
Recall and configure the DMM for factory DC volts.
Output the settings for factory-defined DC volts.
Recall the user DMM configuration called "TestDcv".
Output the settings for TestDcv.
Set the DMM configuration for slot 1, channels 2001 to 2005, and channel 3005 to TestDcv.
Output:
dcvolts 1.000000000e+00 1.000000000e+01 1.000000000e+00
dcvolts 0.000000000e+00 1.000000000e+01 5.000000000e-01
Also see
dmm.configure.delete() (on page 11-162)
dmm.configure.query() (on page 11-163)
dmm.configure.set() (on page 11-166)
dmm.func (on page 11-179)
dmm.configure.set()
This function creates a named DMM configuration for the selected function. The configuration includes pertinent
attributes for that function.
Create configuration script
Save setup
Usage
dmm.configure.set("name")
A string that contains the name of the DMM configuration that you are creating