Command reference
R&S
®
ZNL/ZNLE
1066
User Manual 1178.5966.02 ─ 19
// Bandpass search ref. to max.
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE BPASs
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE? %BPAS
// Measure single sweep, wait until complete sweep is finished
:INITiate:CONTinuous OFF
:INITiate; *WAI;
:CALCulate1:MARKer:FUNCtion:EXECute BFILter
// All markers OFF
:CALCulate1:MARKer:AOFF
// Bandpass search ref. to marker
:CALCulate1:MARKer1:STATe ON
:CALCulate1:MARKer1:X 3.0 GHz
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE BPRMarker
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE? %BPRM
:INITiate; *WAI;
:CALCulate1:MARKer:FUNCtion:EXECute BFILter
:CALCulate1:MARKer:AOFF
// Bandstop search ref. to max.
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE BSTop
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE? %BST
:INITiate; *WAI;
:CALCulate1:MARKer:FUNCtion:EXECute BFILter
:CALCulate1:MARKer:AOFF
// Bandstop search ref. to marker
:CALCulate1:MARKer1:STATe ON
:CALCulate1:MARKer1:X 1.7 GHz
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE BsRMarker
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE? %BsRM
:INITiate; *WAI;
:CALCulate1:MARKer:FUNCtion:EXECute BFILter
Creating diagrams
In the following example, remote control commands are used to position several dia-
grams on the screen. The remote control commands presented here extend the func-
tionality of the "Display > Diagram" and "Display > Split" softtool tabs.
// Reset the analyzer
*RST
// Define and display a simple horizontal layout (two diagrams side by side)
:DISPlay:LAYout:DEFine 1, Horizontal, '1.00,0.30,0.70'
:DISPlay:LAYout:APPLy 1
VNA programming examples