EasyManua.ls Logo

R&S ZNL Series - Page 1062

R&S ZNL Series
1135 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Command reference
R&S
®
ZNL/ZNLE
1062User Manual 1178.5966.02 ─ 20
// Assign the memory trace to a window = diagram, diagram 1 always exists
:DISPLAY:WINDOW1:TRACE2:FEED 'Mem2[Trc1]'
// Create further memory traces and assign them to a window
:TRACE:COPY 'Mem3x[Trc1]',CH1DATA // mixed parameters String, Char
:DISPLAY:WINDOW1:TRACE3:FEED 'Mem3x[Trc1]'
:TRACE:COPY MDATA4,CH1DATA
:DISPLAY:WINDOW1:TRACE4:FEED 'Mem4[Trc1]'
// Create new normal trace on channel 1, assign it to a window
:CALCULATE1:PARAMETER:SDEFINE "Trc2","S22"
:DISPLAY:WINDOW1:TRACE5:FEED 'Trc2'
:CALCULATE1:PARAMETER:SELECT 'Trc2' // now active for channel 1
:CALCULATE1:PARAMETER:SELECT?
:CALCULATE1:PARAMETER:CATALOG?
// Create memory trace for 'Trc2',
// The memory trace can be assigned to the diagram of the mother trace only
// (diagram 1)
:TRACE:COPY MDATA6,CH1DATA
:DISPLAY:WINDOW1:TRACE6:FEED 'Mem6[Trc2]'
// Create new diagram 2 and new channel and trace
:DISPLAY:WINDOW2:STATE ON
:CALCULATE2:PARAMETER:SDEFINE "Ch2Trc1","S22"
:CALCULATE2:PARAMETER:SELECT 'Ch2Trc1' // now active for channel 2
:SENSE1:SWEEP:POINTS 21
:TRACE:COPY MDATA1,CH2DATA
:DISPLAY:WINDOW2:TRACE7:FEED 'Mem1[Ch2Trc1]'
:TRACE:DATA:STIMULUS? CH1DATA
:TRACE:DATA:RESPONSE? MDATA6
// Create new channel 3 and new trace
:CALCULATE3:PARAMETER:SDEFINE "Ch3Trc1","S21"
:CALCULATE3:PARAMETER:SELECT 'Ch3Trc1' // now active for channel 3
:CALCULATE3:PARAMETER:SELECT? %'Ch3Trc1'
:SENSE1:SWEEP:POINTS 22
:TRACE:COPY MDATA8,CH3DATA
:TRACE:COPY MDATA7,CH3DATA
:DISPLAY:WINDOW2:TRACE1:FEED 'Mem8[Ch3Trc1]'
:TRACE:DATA:RESPONSE? MDATA7 // assigned to no diagram
// Copy with arbitrary trace names, no blanks in trace names !!!
:TRACE:COPY 'Trace_Name','Ch3Trc1'
:DISPLAY:WINDOW2:TRACE2:FEED 'Trace_Name'
:CALCULATE3:PARAMETER:SELECT 'Trace_Name'
VNA programming examples

Table of Contents

Related product manuals