Programming examples
R&S
®
ZNB/ZNBT
1521
User Manual 1173.9163.02 ─ 62
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
// save calibration
SENSe1:CORRection:COLLect:SAVE:SELected
8.2.5.5
Inline calibration
See
Chapter 4.5.5.4, "Inline calibration"
Condensed programming examples