Dmm.measure.inputimpedance - Keithley DMM7510 Reference Manual

7 1/2 digit graphical sampling multimeter
Hide thumbs Also See for DMM7510:
Table of Contents

Advertisement

Section 8: TSP command reference
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)
Also see
dmm.digitize.func

dmm.measure.inputimpedance

This attribute determines when the 10 MΩ input divider is enabled.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
setting = dmm.measure.inputimpedance
dmm.measure.inputimpedance = setting
setting
Functions
dmm.FUNC_DC_VOLTAGE
dmm.FUNC_AC_VOLTAGE
dmm.FUNC_DC_CURRENT
dmm.FUNC_AC_CURRENT
dmm.FUNC_TEMPERATURE
8-156
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
(on page 8-90)
Affected by
Restore configuration
Instrument reset
Power cycle
Measure configuration list
10 MΩ for all ranges: dmm.IMPEDANCE_10M
Automatic: dmm.IMPEDANCE_AUTO
dmm.FUNC_RESISTANCE
dmm.FUNC_4W_RESISTANCE
dmm.FUNC_DIODE
dmm.FUNC_CAPACITANCE
dmm.FUNC_CONTINUITY
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
Where saved
Default value
Configuration script
dmm.IMPEDANCE_10M
Measure configuration list
dmm.FUNC_ACV_FREQUENCY
dmm.FUNC_ACV_PERIOD
dmm.FUNC_DCV_RATIO
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_DIGITIZE_VOLTAGE
DMM7510-901-01 Rev. B / May 2015

Advertisement

Table of Contents
loading

Table of Contents