User's Manual

RUNTil
Command :MACHine{1|2}:TLISt:RUNTil <run_until_spec>
The RUNTil (run until) command allows you to define a stop condition when
the run mode is repetitive. Specifying OFF causes the analyzer to make runs
until either the display’s STOP field is touched or the STOP command is
issued.
There are four conditions based on the time between the X and O markers.
These four conditions are as follows:
The difference is less than (LT) some value.
The difference is greater than (GT) some value.
The difference is inside some range (INRange).
The difference is outside some range (OUTRange).
End points for INRange and OUTRange should be at least 2 ns apart since
this is the minimum time between samples.
<run_until_
spec>
{OFF|LT,<value>|GT,<value>|INRange,<value>,<value>
|OUTRange,<value>,<value>}
<value>
real number from 9E9 to +9E9
Example
OUTPUT XXX;":MACHINE1:TLIST:RUNTIL GT,800.0E6"
Query :MACHine{1|2}:TLISt:RUNTil?
The RUNTil query returns the current stop criteria.
Returned Format
[:MACHine{1|2}:TLISt:RUNTil] <run_until_spec><NL>
Example OUTPUT XXX;":MACHINE1:TLIST:RUNTIL?"
TLISt Subsystem
RUNTil
14–16