RIGOL  Chapter 2 Command System 
2-116  DSA800E Programming Guide 
[:SENSe]:CORRection:CSET<n>:DATA 
 
Syntax 
[:SENSe]:CORRection:CSET<n>:DATA <freq>,<rel_ampl>{,<freq>,<rel_ampl>} 
[:SENSe]:CORRection:CSET<n>:DATA? 
 
Description
 
Create an amplitude correction curve using the specified data. 
Query the specified amplitude correction data.
 
 
Parameter
 
 
Explanation
 
<n>: 1 denotes Antenna, 2 denotes Cable, 3 denotes Other and 4 denotes User. 
The range of the number of points for editing is from 1 to 200. 
 
Return Format
 
The query returns the specified amplitude correction data in <freq>,<rel_ampl>{,<freq>,<rel_ampl>} 
format.
 
 
Example
 
The command below creates an amplitude correction curve. 
:SENSe:CORRection:CSET1:DATA 900E6,0.3,1.0E9,0.35,1.3E9,0.2 
 
The query below returns 900000000,0.300000,1000000000,0.350000,1300000000,0.200000. 
:SENSe:CORRection:CSET1:DATA? 
 
 
 
[:SENSe]:CORRection:CSET<n>:DATA:MERGe 
 
Syntax 
[:SENSe]:CORRection:CSET<n>:DATA:MERGe <freq>,<rel_ampl>{,<freq>,<rel_ampl>} 
 
Description
 
Add correction data onto the current correction curve. 
 
Parameter
 
 
Explanation
 
<n>: 1 denotes Antenna, 2 denotes Cable, 3 denotes Other and 4 denotes User. 
The range of the number of points for editing is from 1 to 200. 
 
Example
 
The command below adds two points onto the current correction curve. 
:SENSe:CORRection:CSET1:DATA:MERGe 950E6,0.32,1.4E9,0.1