Instructions
RIGOL Chapter 2 Command Systems for GPSA and RTSA Modes
2-130 RSA3000E Programming Guide
Parameter
Name
Type
Range
Default
--
Bool
OFF|ON|0|1
OFF|0
Remarks
This command is only available for GPSA mode.
When the function is disabled, settings for all the corrections are disabled.
When the function is enabled, settings for all the corrections are enabled, and the "Antenna" correction is
enabled by default.
To enable or disable settings for each correction, refer to the
[:SENSe]:CORRection:CSET<n>[:STATe]
command.
Return Format
The query returns 0 or 1.
Example
The following command enables the amplitude correction function.
:SENSe:CORRection:CSET:ALL:STATe ON or :SENSe:CORRection:CSET:ALL:STATe 1
The following query returns 1.
:SENSe:CORRection:CSET:ALL:STATe?
[:SENSe]:CORRection:CSET<n>:DATA
Syntax
[:SENSe]:CORRection:CSET<n>:DATA <x>,<ampl>,{<x>,<ampl>}
[:SENSe]:CORRection:CSET<n>:DATA?
Description
Creates an amplitude correction curve by using the specified data.
Queries the specified amplitude correction data.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4
--
<x>
Consecutive Real Number
0 Hz to 3 GHz
--
<ampl>
Consecutive Real Number
-120 dBm to +100 dBm
--
Remarks
This command is only available for GPSA mode.
<n>: 1 indicates antenna; 2 indicates cable; 3 indicates other, and 4 indicates user.
The range for the number of editing points is from 1 to 200.
Return Format
The query returns the specified amplitude correction data in <x>,<ampl>,{<x>,<ampl>} format.
Example
The following command creates an amplitude correction curve.
:SENSe:CORRection:CSET1:DATA 900E6,0.3,1.0E9,0.35,1.3E9,0.2
The following query returns
9.000000000e+08,3.000000000e-01,1.000000000e+09,3.500000000e-01,1.300000000e+09,2.00000000
0e-01.
:SENSe:CORRection:CSET1:DATA?