1 Power Sensor Remote Operation
22 U2000 Series Programming Guide
Selecting a Frequency Dependent Offset Table
After you have created the frequency dependent offset table, you can select it
using the following command:
[SENSe[1]]:CORRection:CSET2[:SELect] <string>
To find out which frequency dependent offset table is currently selected, use
the query:
[SENSe[1]]:CORRection:CSET2[:SELect]?
Enabling a Frequency Dependent Offset Table
To enable the frequency dependent offset table, use the following command:
[SENSe[1]]:CORRection:CSET2:STATe ON
If you set [SENSe[1]]:CORRection:CSET2:STATe to ON and no frequency
dependent offset table is selected error –221, “Settings conflict” occurs.
Making the Measurement
To make the power measurement, set the power sensor for the frequency of
the signal you want to measure. The power sensor automatically sets the offset
factor. Use either the INITiate, FETCh? or the READ? query to initiate the
measurement as shown in the following program segments:
INITiate Example
ABORt1
CONFigure1:POWer:AC DEF,1,(@1)
SENS1:CORR:CSET2:SEL "Offset1"
SENS1:CORR:CSET2:STAT ON
SENS1:FREQuency 500KHZ
INITiate1:IMMediate
FETCh1?