
RANGe
RANGe
command/query
The RANGe command allows you to
the boundaries for the
comparison. The range entered must be a subset of the lines stored in the
acquisition memory.
The RANGe query returns the current boundaries for the comparison.
Command Syntax:
{FULL
where:
c start-line
:: = integer from -1023 to + 1023
c stop-line
:: integer from c start-line to + 1023
Examples:
OUTPUT
PARTIAL, -511, 512"
OUTPUT
FULL"
Query Syntax:
:MACHine{l
Returned Format:
[:MACHine{l
{FULL
c stop-line c
Example:
10 DIM
20 OUTPUT XXX;"
30 ENTER XXX;
40 REM
See if substring "FULL" occurs in response string:
50 PRINT "Range is
60 IF
0 THEN PRINT "Full" ELSE PRINT "Partial"
70 END
HP
1651B
Programming Reference
Subsystem