Ltest:test - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

21
Limit Test Commands

:LTESt:TEST

Command
:LTESt:TEST {{ON | 1} {OFF | 0}}
The LTESt:TEST command controls the execution of the limit test function.
ON allows the limit test to run over all of the active measurements. When
the limit test is turned on, the limit test results are displayed on screen in
a window below the graticule.
Example
The following example turns off the limit test function.
myScope.WriteString ":LTEST:TEST OFF"
Query
:LTESt:TEST?
The query returns the state of the TEST control.
Returned Format
[:LTESt:TEST] {1 | 0} <NL>
Example
The following example returns the current state of the limit test and
prints the result to the controller's screen.
Dim strTEST As String
myScope.WriteString ":LTEST:TEST?"
strTEST = myScope.ReadString
Debug.Print strTEST
The result of the MEAS:RESults? query has two extra fields when
LimitTESt:TEST is ON (failures, total). Failures is a number and total is
the total number of measurements made.
410
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents