Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-164 3700AS-901-01 Rev. D/June 2018
DCvConfigItems = dmm.configure.query("DCvConfig", "\n")
print(DCvConfigItems)
Lists the DMM attributes in DCvConfig separated by new lines.
Output:
function = dcvolts
nplc = 5.000000E-001
aperture = 8.333333E-003
range = 1.000000E+001
auto zero = 0
auto delay = 2
filter enable = 0
filter type = 1
filter count = 10
filter window = 1.000000E-001
rel enable = 0
rel level = 0.000000E+000
display digits = 6
dB reference = 1.000000E+000
input divider = 0
units = 0
line sync = 0
limit 1 enable = 1
limit 1 autoclear = 1
limit 1 low value = -3.000000E+000
limit 1 high value = 5.000000E+000
limit 2 enable = 0
limit 2 autoclear = 1
limit 2 low value = -2.000000E+000
limit 2 high value = 2.000000E+000
math enable = 0
math format = 2
math mxb mfactor = 1.000000E+000
math mxb bfactor = 0.000000E+000
math mxb units = X
math percent = 1.000000E+000
FactoryDCV = dmm.configure.query("dcvolts", "\n")
print(FactoryDCV)
Lists the factory default settings for DC volts separated by new lines.
ActiveFunc = dmm.configure.query("active", "\n")
print(ActiveFunc)
Lists the DMM attributes for the active function separated by new lines.
Also see
dmm.configure.catalog() (on page 11-161)
dmm.configure.delete() (on page 11-162)
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.func (on page 11-179)