Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-156
DMM7510-901-01 Rev. B / May 2015
Example
dmm.measure.func = dmm.FUNC_DC_VOLTAGE
dmm.measure.math.format = dmm.MATH_PERCENT
dmm.measure.math.enable = dmm.ON
dmm.measure.func = dmm.FUNC_RESISTANCE
dmm.measure.math.format = dmm.MATH_RECIPROCAL
dmm.measure.math.enable = dmm.ON
print(dmm.measure.math.format)
dmm.measure.func = dmm.FUNC_DC_VOLTAGE
print(dmm.measure.math.format)
Sets the instrument to measure voltage and set
the math format to percent and enable the
math functions.
Set the instrument to measure resistance and
set the math format to reciprocal and enable
the math functions.
Print the math format while the resistance
measurement function is selected. Output:
dmm.MATH_RECIPROCAL
Change the function to voltage. Print the math
format. The output is:
dmm.MATH_PERCENT
Also see
dmm.measure.inputimpedance
This attribute determines when the 10 M
Ω
input divider is enabled.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Configuration script
Measure configuration list
dmm.IMPEDANCE_10M
Usage
setting
= dmm.measure.inputimpedance
dmm.measure.inputimpedance =
setting
setting
10 M
Ω
for all ranges:
dmm.IMPEDANCE_10M
Automatic:
dmm.IMPEDANCE_AUTO
Functions
dmm.FUNC_DC_VOLTAGE
dmm.FUNC_RESISTANCE
dmm.FUNC_ACV_FREQUENCY
dmm.FUNC_AC_VOLTAGE
dmm.FUNC_4W_RESISTANCE
dmm.FUNC_ACV_PERIOD
dmm.FUNC_DC_CURRENT
dmm.FUNC_DIODE
dmm.FUNC_DCV_RATIO
dmm.FUNC_AC_CURRENT
dmm.FUNC_CAPACITANCE
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_TEMPERATURE
dmm.FUNC_CONTINUITY
dmm.FUNC_DIGITIZE_VOLTAGE