R&S ZVL Programming Examples
Basic Tasks
Operating Manual 1303.6580.32-05 564
//
//
// 3. One channel, four traces, four diagram areas
// Reset the instrument, add diagram areas no. 2, 3, 4.
*RST; :DISPlay:WINDow2:STATe ON
DISPlay:WINDow3:STATe ON
DISPlay:WINDow4:STATe ON
//
// Assign the reflection parameter S11 to the default trace.
:CALCulate1:PARameter:MEASure 'Trc1', 'S11'
//
// Assign the remaining S-parameters to new traces Trc2, Trc3, Tr4;
// select the Smith chart format for the reflection parameters.
CALCulate1:FORMat SMITh // Smith chart for the active trace Trc1
CALCulate1:PARameter:SDEFine 'Trc2', 'S21'
CALCulate1:PARameter:SDEFine 'Trc3', 'S12'