Programming Examples
R&S
®
ZNC
731
User Manual 1173.9557.02 ─ 13
// @TRACEFILE:scorr10.dat
// :CALCulate1:DATA? SCORr10
@TRACEFILE:scorr11.dat
:CALCulate1:DATA? SCORr11
@TRACEFILE:scorr12.dat
:CALCulate1:DATA? SCORr1
Performing a New Calibration, Recalling the Error Terms
// Reset the analyzer
*RST
// Set frequency range
:SENSe1:FREQuency1:STARt 1GHz
:SENSe1:FREQuency1:STOP 4GHz
:SENSe1:SWEep:POINts 6
// Select calibration type: TOSM at ports 1 and 2
:SENSe1:CORRection:COLLect:METHod:DEFine 'XYZ', TOSM, 1, 2
// Generate a set of default correction data, switch on user calibration
:SENSe1:CORRection:COLLect:SAVE:SELected:DEFault
SENSE1:CORRECTION:STATE ON
// In the previous section, the following error terms were saved:
// SCORR1 Forward Directivity
// SCORR2 Forward Source Match
// SCORR3 Forward Reflection Tracking
// SCORR4 Forward Isolation
// SCORR5 Forward Load Match
// SCORR6 Forward Transmission Tracking
// SCORR7 Reverse Directivity
// SCORR8 Reverse Source Match
// SCORR9 Reverse Reflection Tracking
// SCORR10 Reverse Isolation
// SCORR11 Reverse Load Match
// SCORR12 Reverse Transmission Tracking
// Equivalences between the first parameter of CALculate:DATA
// and the first 3 Parameters of SENSe:CORRection:CDATa
// 'SCORR1' 'DIRECTIVITY', 1, 0 <Port 2> = 0 ignored
// 'SCORR2' 'SRCMATCH', 1, 0 <Port 2> = 0 ignored
// 'SCORR3' 'REFLTRACK', 1, 0 <Port 2> = 0 ignored
// 'SCORR4' 'ISOLATION', 1, 2
// 'SCORR5' 'LOADMATCH', 1, 2
// 'SCORR6' 'TRANSTRACK', 1, 2
// 'SCORR7' 'DIRECTIVITY', 2, 0 <Port 2> = 0 ignored
Condensed Programming Examples