Series 3700A System Switch/Multimeter Reference Manual
Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018
11-191
dmm.limit[Y].low.fail
This attribute queries for the low test results of limit
Y
.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Reset
DMM reset
Recall setup
Create configuration script
Save setup
0
Usage
value
= dmm.limit[
Y
].low.fail
value
The low fail indication of limit
Y
:
▪
Test passed: 0 (measurement above the low limit)
▪
Test failed: 1 (measurement below the low limit)
Y
1 or 2 for limit number
Details
This attribute is valid for all functions except
"continuity"
and
"nofunction"
. A nil response
and an error are generated if the command is received when
dmm.func
is set to either of these
functions.
This attribute returns the results of low limit
Y
testing. If this is 1 (failed) is returned, the measurement
was below the low limit.
Note that if you are scanning or taking a series of measurements with auto clear
(
dmm.limit[
Y
].autoclear
) enabled for a limit, the last measurement limit dictates the fail
indication for the limit. If autoclear is disabled, you can take a series of readings and read fails to see
if any of one of the readings failed.
To use this attribute, you must set the limit to enable.
If autoclear and limit are not set, the low fail value indicates the results of the last limit test that
occurred when limits were enabled.
In addition to this attribute, you can see the fail indication by reading the measurement event register
of the status model. If the readings are stored in a reading buffer, the values are associated with
bufferVar
.statuses
for the readings.
Example
This example enables limits 1 and 2 for DC volt measurements. Limit 1 is checking for readings to be
between 3 and 5 volts. Limit 2 is checking for the readings to be between 1 and 7 volts. The auto
clear feature is disabled, so if any reading is outside these limits, the corresponding fail will be 1
afterwards. Therefore, if any one of the fails is 1, analyze the reading buffer data to find out which
reading failed the limits.