Programming examples
R&S
®
ZNA
1622
User Manual 1178.6462.02 ─ 20
// save calibration
SENSe1:CORRection:COLLect:SAVE:SELected
8.2.5.5
Inline calibration
See
Chapter 4.5.5.4, "Inline calibration"
// Select an ICS
SYSTem:COMMunicate:RDEVice:AKAL:ADDRess 'ZN-Z30-02::100010'
// Query ICU addresses
SYST:COMM:RDEV:AKAL:ADDR:SUBM:ALL?
// Returns something like
// '[1]ZN-Z33-02::101325,[2]ZN-Z33-02::101325,[3]ZN-Z33-02::101339'
// Perform a complete UOSM calibration
SENSe1:CORRection:COLLect:AUTO:CPORt 1
SENSe1:CORRection:COLLect:AUTO:TEMPcomp OFF
SENSe1:CORRection:COLLect:AUTO:CONFigure FNPort, ''
SENSe1:CORRection:COLLect:AUTO:ASSignment:DELete:ALL
// let's assume ICU [i] is connected to VNA port i
SENSe1:CORRection:COLLect:AUTO:ASSignment1:DEFine 1, 1, 2, 2
// Step 1: OSM
SENSe1:CORRection:COLLect:AUTO:ASSignment1:ACQUire
// Step 2: Unknown Through
SENSe1:CORRection:COLLect:AUTO:UTHRough 1, 2
SENSe1:CORRection:COLLect:AUTO:SAVE
Repeat OSM only
SENSe1:CORRection:COLLect:AUTO:CONFigure FNPort, ''
SENSe1:CORRection:COLLect:AUTO:ASSignment:DELete:ALL
SENSe1:CORRection:COLLect:AUTO:ASSignment1:DEFine 1, 1, 2, 2
SENSe1:CORRection:COLLect:AUTO:REPeat // we will not repeat step 2
SENSe1:CORRection:COLLect:AUTO:ASSignment1:ACQUire
SENSe1:CORRection:COLLect:AUTO:SAVE
8.2.5.6
Vector mixer calibration using calibration units
Measurement setup
Set up a vector mixer measurement on a 4-port R&S
ZNA with 4 internal sources.
*RST
// suppose a calibration unit (with at least two ports) and a power meter
// are connected and configured
Condensed programming examples