Agilent Technologies 1670G Printer Accessories User Manual


 
Query :MACHine{1|2}:COMPare:RANGe?
The RANGe query returns the current boundaries for the comparison.
Returned Format
[:MACHine{1|2}:COMPare:RANGe] {FULL | PARTial,<start_line>,
<stop_line>}<NL>
Example 10 DIM String$[100]
20 OUTPUT 707;":SELECT 2"
30 OUTPUT 707;":MACHINE1:COMPARE:RANGE?"
40 ENTER 707;String$
50 PRINT "RANGE IS ";String$
60 END
RUNTil (Run Until)
Command :MACHine{1|2}:COMPare:RUNTil {OFF | LT,<value> |
GT,<value> | INRange,<value>,<value> |
OUTRange,<value>,<value> | EQUal | NEQual}
The RUNTil command allows you to define a stop condition when the trace
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.
Using this difference in the condition is effective only when time tags have
been turned on (see the TAG command in the STRace subsystem). 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).
COMPare Subsystem
RUNTil (Run Until)
20–10