Section 14: TSP command reference
2470 High Voltage SourceMeter Instrument Reference Manual
14-130
2470-901-01 Rev. A /
May
2019
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
smu.measure.func = smu.FUNC_DC_CURRENT
smu.measure.limit[2].clear()
Clears the test result for the high and low limit 2 for
current measurements.
Also see
smu.measure.limit[Y].autoclear
smu.measure.limit[Y].enable
This attribute enables or disables a limit test on the measurement from the selected measure function.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Function change
Configuration script
Measure configuration list
smu.OFF
Usage
state
= smu.measure.limit[
Y
].enable
smu.measure.limit[
Y
].enable =
state
state
Disable the test:
smu.OFF
Enable the test:
smu.ON
Y
Limit number:
1
or
2
Details
This command enables or disables a limit test for the selected measurement function. When this
attribute is enabled, the limit
Y
testing occurs on each measurement made by the instrument. Limit
Y
testing compares the measurements to the high-limit and low-limit values. If a measurement falls
outside these limits, the test fails.
Example
smu.measure.func = smu.FUNC_DC_VOLTAGE
smu.measure.limit[1].enable = smu.ON
Enable testing for limit 1 when measuring
voltage.
Also see
smu.measure.limit[Y].autoclear
(on page 14-129)
smu.measure.limit[Y].high.value
smu.measure.limit[Y].low.value
(on page 14-133)