Programming Examples
R&S
®
ZNC
720
User Manual 1173.9557.02 ─ 13
:CALCulate1:MARKer:FUNCtion:BWIDth:MODE? %BsRM
:INITiate; *WAI;
:CALCulate1:MARKer:FUNCtion:EXECute BFILter
7.2.2.6
Creating Diagrams
In the following example, remote control commands are used to position several diagrams
on the screen. The remote control commands presented here extend the functionality 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