Programming Examples
R&S
®
ZNB/ZNBT
1239
User Manual 1173.9163.02 ─ 38
Using a Calibration Data Recorded Previously
You can re-use 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. Re-import 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