![Rohde & Schwarz 1332.4500.22 User Manual Download Page 1398](http://html1.mh-extra.com/html/rohde-and-schwarz/1332-4500-22/1332-4500-22_user-manual_14777821398.webp)
Programming Examples
R&S
®
ZNA
1398
User Manual 1178.6462.02 ─ 12
:CALCulate1:DATA? SCORr7
@TRACEFILE:scorr8.dat
:CALCulate1:DATA? SCORr8
@TRACEFILE:scorr9.dat
:CALCulate1:DATA? SCORr9
// We are omitting the isolation term, as it is not implemented
// @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
Condensed Programming Examples