Technical data

Table Of Contents
Limit Test Commands 21
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 411
:LTESt:RESults?
Query :LTESt:RESults? {MEAS1 | MEAS2 | MEAS3 | MEAS4 | MEAS5}
The query returns the measurement results for selected measurement. The
values returned are the failed minimum value (Fail Min), the failed
maximum value (Fail Max), and the total number of measurements made
(# of Meas).
Returned Format
[:LTESt:RESults] <fail_min>,<fail_max>,<num_meas><NL>
<fail_min> A real number representing the total number of measurements that have
failed the minimum limit.
<fail_max> A real number representing the total number of measurements that have
failed the maximum limit.
<num_meas> A real number representing the total number of measurements that have
been made.
Example The following example returns the values for the limit test of measurement
1.
Dim strRESULTS As String
myScope.WriteString ":LTEST:RESults? MEAS1"
strRESULTS = myScope.ReadString
Debug.Print strRESULTS
See Also Measurements are started in the Measurement Subsystem.