Programming Examples
R&S
®
ZNB/ZNBT
1396
User Manual 1173.9163.02 ─ 55
// 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
9.2.2.6
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
:SYSTEM:DISPLAY:UPDATE ON
// 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
// Define and display a simple vertical layout (two diagrams, one on top of the
other)
:DISPlay:LAYout:DEFine 2, Vertical, '1.00,0.50,0.50'
:DISPlay:LAYout:APPLy 2
Condensed Programming Examples