Command reference
R&S
®
ZNL/ZNLE
1079
User Manual 1178.5966.02 ─ 19
Adapter removal
// define calibration method
SENSe1:CORRection:COLLect:METHod:DEFine 'Parser Test SFK', ARTosm, 1, 2
// Start with calkit-1 (e.g. 3.5 mm ideal Kit)
//adapter side port 1
SENSE1:CORRECTION:COLLECT:ACQuire:SELected OPEN, 1, ON
SENSE1:CORRECTION:COLLECT:ACQuire:SELected SHORT, 1, ON
SENSE1:CORRECTION:COLLECT:ACQuire:SELected MATCh, 1, ON
//non adapter side port 2
SENSE1:CORRECTION:COLLECT:ACQuire:SELected OPEN, 2, OFF
SENSE1:CORRECTION:COLLECT:ACQuire:SELected SHORT, 2, OFF
SENSE1:CORRECTION:COLLECT:ACQuire:SELected MATCh, 2, OFF
// continue with Calkit-1 (e.g. N 50 Ohm ideal Kit)
//adapter side port 2
SENSE1:CORRECTION:COLLECT:ACQuire:SELected OPEN, 2, ON
SENSE1:CORRECTION:COLLECT:ACQuire:SELected SHORT, 2, ON
SENSE1:CORRECTION:COLLECT:ACQuire:SELected MATCh, 2, ON
//non adapter side port 1
SENSE1:CORRECTION:COLLECT:ACQuire:SELected OPEN, 1, OFF
SENSE1:CORRECTION:COLLECT:ACQuire:SELected SHORT, 1, OFF
SENSE1:CORRECTION:COLLECT:ACQuire:SELected MATCh, 1, OFF
// connect adapter between port 1 and 2
SENSE1:CORRECTION:COLLECT:ACQuire:SELected THRough, 1, 2
// save calibration
SENSe1:CORRection:COLLect:SAVE:SELected
Inline calibration
See
Chapter 9.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'
VNA programming examples