15-10
Limit Test Commands
ULIMit
Suppose you are measuring the maximum voltage of a signal with Vmax, and that voltage
should not exceed 500 mV. You can use the above program and set the LTESt:FAIL OUTSide
command to specify that the limit subsystem will fail a measurement when the voltage
exceeds 500 mV.
Query :LTESt:ULIMit?
The query returns the current upper limit of the limit test.
Returned Format [:LTESt:ULIMit] <upper_value><NL>
Example The following example returns the current upper limit of the limit test.
10 DIM ULIM$[50]
20 OUTPUT 707;”:LTEST:ULIMIT?”
30 ENTER 707;ULIM$