Programming Examples
R&S
®
ZNA
1400
User Manual 1178.6462.02 ─ 12
See also the program examples for the following commands:
●
[SENSe<Ch>:]CORRection:COLLect:SAVE:SELected:DEFault
(dummy
system error correction)
●
SOURce<Ch>:POWer<Pt>:CORRection:DEFault
(dummy source power cali-
bration without external power meter)
9.2.5.4
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
9.2.5.5
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.
Condensed Programming Examples