RANGe
Command :MACHine{1|2}:COMPare:RANGe {FULL |
PARTial,<start_line>,<stop_line>}
The RANGe command allows you to define the boundaries for the
comparison. The range entered must be a subset of the lines in the
acquisition memory.
<start_line> integer from –122880 to +122880 (HP 16554A) or –253951 to +253951
(HP 16555A) or –507904 to +507904 (HP 16555D)
<stop_line> integer from
<start_line> to +122880 (HP 16554A) or +253951
(HP 16555A) or +507904 (HP 16555D)
Example OUTPUT XXX;":MACHINE1:COMPARE:RANGE PARTIAL, –511, 512"
OUTPUT XXX;":MACHINE2:COMPARE:RANGE FULL"
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
COMPare Subsystem
RANGe
10–10