R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Programming Examples
Condensed Programming Examples
Operating Manual 1145.1084.12 – 30 1121
: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
// 'SCORR8' 'SRCMATCH', 2, 0 <Port 2> = 0 ignored
// 'SCORR9' 'REFLTRACK', 2, 0 <Port 2> = 0 ignored
// 'SCORR10' 'ISOLATION', 2, 1
// 'SCORR11' 'LOADMATCH', 2, 1
// 'SCORR12' 'TRANSTRACK', 2, 1
//