8: TSP command reference Model DMM7510 7½ Digit Graphical Sampling Multimeter
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:
Also see
dmm.digitize.func (on page 8-90)
dmm.measure.inputimpedance
This attribute determines when the 10 MΩ input divider is enabled.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Measure configuration list
Measure configuration list
Usage
setting = dmm.measure.inputimpedance
dmm.measure.inputimpedance = setting
10 MΩ for all ranges: dmm.IMPEDANCE_10M
Automatic: dmm.IMPEDANCE_AUTO
Functions
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_DIGITIZE_VOLTAGE