Command reference
R&S
®
ZNL/ZNLE
1063
User Manual 1178.5966.02 ─ 19
:CALCULATE3:PARAMETER:SELECT?
:TRACE:COPY 'XYZ','Ch2Trc1'
:DISPLAY:WINDOW2:TRACE3:FEED 'XYZ'
:CALCULATE2:PARAMETER:SELECT 'XYZ'
:CALCULATE2:PARAMETER:SELECT?
:TRACE:COPY MDATA4 ,'Ch3Trc1' // mixed parameters Char, String
:DISPLAY:WINDOW2:TRACE4:FEED 'Mem4[Ch3Trc1]'
// Copy to existing memory traces = update trace data
:TRACE:COPY MDATA6,CH1DATA
:TRACE:COPY 'XYZ','Ch2Trc1'
:CALCULATE1:PARAMETER:CATALOG?
:CALCULATE2:PARAMETER:CATALOG?
:CALCULATE3:PARAMETER:CATALOG?
Trace mathematics
The following script shows how to define mathematical relations between traces.
// Reset the analyzer
*RST
// Create memory trace on active trace of channel 1,
// assign the memory trace to a diagram
:CALCULATE1:MATH:MEMORIZE
:DISPLAY:WINDOW1:TRACE2:FEED 'Mem2[Trc1]'
// Define simple trace mathematics
:CALCULATE1:MATH:FUNCTION ADD
:CALCULATE1:MATH:FUNCTION?
// Trace mathematics off
:CALCULATE1:MATH:FUNCTION NORMAL
:CALCULATE1:MATH:FUNCTION?
*RST
// Create Trc2 in channel 1 and display it in diagram 1
:CALCULATE1:PARAMETER:SDEFINE "Trc2","S11"
:DISPLAY:WINDOW1:TRACE2:FEED 'Trc2'
// Create diagram 2 and Trc3 in new channel
:DISPLAY:WINDOW2:STATE ON
:CALCULATE2:PARAMETER:SDEFINE "Trc3","S11"
:DISPLAY:WINDOW2:TRACE1:FEED 'Trc3'
VNA programming examples