Programming examples
R&S
®
ZNA
1621
User Manual 1178.6462.02 ─ 20
Using calibration data recorded previously
You can reuse any set of correction data that you acquired in earlier sessions on your
analyzer. In general you have to carry out the following steps:
1. Create a dummy correction data set and store it to a file.
2. Replace the dummy data with your correction data.
3. Reimport the correction data file and apply it to a channel.
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)
8.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
Condensed programming examples