Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-8 RSA5000 Programming Guide
:CALCulate:LLINe<n>:COPY
Syntax
:CALCulate:LLINe<n>:COPY LLINE1|LLINE2|LLINE3|LLINE4|LLINE5|LLINE6
Description
Copies the selected limit line to the current limit line.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6
——
——
Keyword
LLINE1|LLINE2|LLINE3|LLINE4|LLINE5|LLINE6
——
Remarks
If the limit line to be copied that you select is the same as the current limit line, no operation should be
performed.
Example
The following command copies Limit Line 1 to Limit Line 2.
:CALCulate:LLINe2:COPY LLINE1
:CALCulate:LLINe<n>:DATA
Syntax
:CALCulate:LLINe<n>:DATA <x>,<ampl>,<connect>{,<x>,<ampl>,<connect>}
:CALCulate:LLINe<n>:DATA?
Description
Edits one limit line, and marks it with n.
Queries the limit line data that you are editing currently.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6
1
<x> Consecutive Real Number
0 Hz to 6.5 GHz (X-axis indicates frequency)
0 μs to 6.5 ks (X-axis indicates time)
——
<ampl>
Consecutive Real Number
-1,000 dBm to 1,000 dBm
——
<connect>
Discrete
0|1
0
Remarks
<x>: indicates frequency or time.
<apml>: indicates the amplitude. By default, its unit is dBm. The same X value can be configured with at
most two amplitude values.
<connect>: can be configured with 0 or 1. When it is configured with 1, it indicates that the current point
connects with the previous point to determine the limit line; when configured with 0, it indicates that the
current point is disconnected from the previous point. The <connect> value of the first point can be
configured with 0.
Return Format
Queries the returned limit line data that you are editing currently.
Example
The following command edits a limit line that contains three points, and marks it Limit Line 2.
:CALCulate:LLINe2:DATA 50,100,0,100,150,1,200,200,1