User`s guide

Table Of Contents
Chapter 13 241
SCPI Command Reference
E5061A/E5062A commands
13. SCPI Command
Reference
:CALC{1-4}:LIM:REP:ALL?
Syntax :CALCulate{[1]|2|3|4}[:SELected]:LIMit:REPort:ALL?
Description For the active trace of channel 1 (:CALC1) to channel 4 (:CALC4) (specified with the
:CALC{1-4}:PAR{1-4}:SEL command), reads out the bandwidth test results (stimulus
value, limit test result, upper limit value, lower limit value of all measurement points).
The data transfer format when this command is executed depends on the setting with the
:FORM:DATA command. (Query only)
Query Response {numeric 1},…,{numeric N×4}<newline><^END>
Where N is the number of measurement points (specified with the
:SENS{1-4}:SWE:POIN command) and n is an integer between 1 and N.
Example of use
10 OUTPUT 717;":SENS1:SWE:POIN?"
20 ENTER 717;A
30 REDIM B(1:4*A)
40 OUTPUT 717;":CALC1:LIM:REP:ALL?"
50 ENTER 717;B(*)
Related commands :CALC{1-4}:PAR{1-4}:SEL on page 286
:CALC{1-4}:LIM on page 232
:CALC{1-4}:LIM:REP? on page 242
:CALC{1-4}:LIM:REP:POIN? on page 242
Equivalent key No equivalent key is available on the front panel.
Description
<numeric n×4-3> The stimulus value for the measurement point.
<numeric n×4-2> The limit test result.
Specify an integer -1 to 1:
0: Fail
1: Pass
-1: No limit
<numeric n×4-1> The upper limit value at the measurement point. (If there is
no limit at this point, reads out 0.)
<numeric n×4> The lower limit value at the measurement point. (If there is
no limit at this point, reads out 0.)