Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-184 3700AS-901-01 Rev. D/June 2018
dmm.limit[Y].clear()
This function clears the results of the limit test defined by Y.
Usage
dmm.limit[Y].clear()
Details
Use this command to clear the test results of limit Y when the limit auto clear option is turned off. Both
the high and low test results are cleared.
To avoid the need to manually clear the test results for a limit, turn the auto clear option on.
Example
dmm.func = "twowireohms"
dmm.limit[2].clear()
Clears the test results for the high and low limit 2
for two-wire ohms.
Also see
dmm.configure.recall() (on page 11-165)
dmm.configure.set() (on page 11-166)
dmm.limit[Y].autoclear (on page 11-183)
dmm.limit[Y].high.fail (on page 11-187)
dmm.limit[Y].low.fail (on page 11-191)
dmm.limit[Y].enable
This attribute enables or disables a limit test on the measurement from the selected measure function.
Reset
DMM reset
Recall setup
Create configuration script
Save setup
Usage
value = dmm.limit[Y].enable
dmm.limit[Y].enable = value
Limit Y testing:
â–ª Disable: dmm.OFF or 0
â–ª Enable: dmm.ON or 1