User`s guide

Table Of Contents
Chapter 13 287
SCPI Command Reference
E5061A/E5062A commands
13. SCPI Command
Reference
:CALC{1-4}:RLIM:DATA
Syntax :CALCulate{[1]|2|3|4}[:SELected]:RLIMit:DATA <numeric 1>,,<numeric 1+(N×4)>
:CALCulate{[1]|2|3|4}[:SELected]:RLIMit:DATA?
Description For the active trace of channel 1 (:CALC1) to channel 4 (:CALC4) (specified with the
:CALC{1-4}:PAR{1-4}:SEL command), sets the ripple limit table.
The data transfer format when this command is executed depends on the setting with the
:FORM:DATA command.
Parameters
Where N is the number of lines (specified with <numeric 1>) and n is an integer between 1
and N.
If you set the number of lines to 0 (clear the limit table), this command needs only
<numeric 1> as the parameter.
Query response {numeric 1},…,{numeric 1+(N×4)}<newline><^END>
Example of use
10 DIM B(1:2,1:4)
20 OUTPUT 717;":CALC1:RLIM:DATA 2,1,1E9,3E9,3,1,5E9,7E9,3"
30 OUTPUT 717;":CALC1:RLIM:DATA?"
40 ENTER 717;A,B(*)
10 OUTPUT 717;":CALC1:RLIM:DATA 0" ! Clear Ripple Limit Table
Related commands :CALC{1-4}:PAR{1-4}:SEL on page 286
:CALC{1-4}:RLIM on page 286
Equivalent key
[Analysis] - Ripple Limit - Edit Ripple Limit - Add
Description
<numeric 1> The number of ripple limit bands. (0 to 12)
<numeric 1+(n×4)-3> The type of the n-th ripple limit band.
Specify an integer 0 to 1:
0: Off
1: On
<numeric 1+(n×4)-2> The value on the horizontal axis (frequency/power/time) of
the start point of the n-th line.
<numeric 1+(n×4)-1> The value on the horizontal axis (frequency/power/time) of
the end point of the n-th line.
<numeric 1+(n×4)> The value of maximum ripple (dB) range.