Remote control commands
R&S
®
RTE
1070User Manual 1326.1032.02 ─ 20
18.3.7 Power analysis (option R&S RTE-K31)
18.3.7.1 Auto deskew
Configures the voltage and current probes for power measurements and executes the
auto deskew.
Command description in Chapter 18.20.1, "General", on page 1943 and Chap-
ter 18.20.2, "Deskew", on page 1944.
If the instrument refuses to accept POWer commands, activate the power mode
using :POWer:ENABle.
In the following example *OPC prevents overlapping execution of asynchronous com-
mands.
*RST; *OPC?
STOP;*OPC?
//Activate two channels
:CHANnel1:STATe 1
:CHANnel2:STATe 1
//Activate power
:POWer:ENABle
//Select current and voltage sources
:POWer:SOURce:VOLTage1 CHANnel1
:POWer:SOURce:CURRent1 CHANnel2
*OPC?
//Configure voltage probe on CH1 manually
//Not necessary if you use an active R&S voltage probe that is recognized by the instrument
:PROBe1:SETup:ATTenuation:MODE Manual
:PROBe:SETup:ATTenuation:DEFProbe ZD01a100
*OPC?
//selected high voltage differential probe 1:100
//Configure current probe on CH2 manually
//Always required because R&S current probes are not recognized automatically
PROBe2:SETup:ATTenuation:MODE Manual
PROBe2:SETup:ATTenuation:DEFProbe ZC20
*OPC?
//select 20MHz current probe ZC10 also possible
//Start deskew
//Overwrites the skew offset of CH2 (current probe), because :POWer:DESKew:RESet? == 1
//writes a user-defined preset file (UserDefinedPreset_AutoDeskew.dfl) and
//activates the user defined preset, because :POWer:DESKew:UDPReset? == 1
Programming examples