COMPare Subsystem

RANGe

Command

<start_line>

<stop_line>

Example

Query

Returned Format

Example

RANGe

:MACHine{12}: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.

integer from –122880 to +122880 (HP 16554A) or –253951 to +253951 (HP 16555A) or –507904 to +507904 (HP 16555D)

integer from <start_line> to +122880 (HP 16554A) or +253951 (HP 16555A) or +507904 (HP 16555D)

OUTPUT XXX;":MACHINE1:COMPARE:RANGE PARTIAL, –511, 512"

OUTPUT XXX;":MACHINE2:COMPARE:RANGE FULL"

:MACHine{12}:COMPare:RANGe?

The RANGe query returns the current boundaries for the comparison.

[:MACHine{12}:COMPare:RANGe] {FULLPARTial,<start_line>, <stop_line>}<NL>

10 DIM String$[100]

20 OUTPUT 707;":SELECT 2"

30 OUTPUT 707;":MACHINE1:COMPARE:RANGE?"

40 ENTER 707;String$

50PRINT "RANGE IS ";String$

60END

10–10