Programming examples
R&S
®
ZNA
1759User Manual 1178.6462.02 ─ 29
:SENSe1:FREQuency1:CONVersion:MIXer:FIXed1 LO
:SENSe1:FREQuency1:CONVersion:MIXer:FFIXed 3 GHZ
:SOURce1:FREQuency1:CONVersion:MIXer:PFIXed 10
:SENSe1:FREQuency1:CONVersion MIXer
:SENSe:IFPath WID
// set up the two-tone group delay measurement
:SENSe1:FREQuency:MDELay:APERture 10 MHz
:SENSe1:FREQuency:MDELay:LTONe 1
:SENSe1:FREQuency:MDELay:UTONe PORT, 3
:SENSe1:FREQuency:MDELay:RPORt 2
:SOURce1:COMBiner COUPler
Measurements
// Example traces:
:CALCulate:PARameter:DELete:ALL
:CALCulate1:PARameter:SDEFine 'TrcMix_a_LTone', 'Mix_a_LTone'
:CALCulate1:PARameter:SDEFine 'TrcMixDly', 'MixDly'
:DISPlay:WINDow1:TRACe1:FEED 'TrcMix_a_LTone'
:DISPlay:WINDow1:TRACe2:FEED 'TrcMixDly'
UOSM combined with mixer delay calibration
// Define the calibration: UMDelay =
// UOSM calibration for source and receive port
// + delay mixer calibration.
:SENSe1:CORRection:COLLect:AUTO:CONFigure UMDelay, ''
:SENSe1:CORRECTION:COLLECT:AUTO:ASSignment1:DEFine 1,1, 2,2
// Perform the calibration measurements:
// - Connect the cal unit to ports 1 and 2.
:SENSE1:CORRECTION:COLLECT:AUTO:ASSignment1:ACQUire
// - Connect the delay mixer
:SENSe1:CORRection:COLLect:AUTO:MDELay 1, 2
(Mixer delay calibration only)
// Define a pure mixer delay calibration
:SENSe1:CORRection:COLLect:METHOD:DEFine 'MyMDC', MDELay, 1,2
// Delay mixer measurement
:SENSe1:CORRection:COLLect:ACQuire:SELected MDELay,1,2
:SENSe1:CORRection:COLLect:SAVE:SELECTED
8.2.8 RFFE/GPIO interface programming
Requires hardware option R&S ZN-B15/-Z15 (see Chapter 4.7.26, "RFFE GPIO inter-
face", on page 305).
Condensed programming examples