Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
884
User Manual 1178.8520.02 ─ 01
14.6.3.2
Example 2: Replacing and Removing Windows
Starting from the display configured in
Example 1: Adding and Arranging Windows
, we
will remove and replace result displays to obtain the following configuration:
1 Frequency Sweep
4 Marker Table
//-------------- Preparing the configuration from example 1 -----------
*RST
LAY:ADD? '1',BEL,SGR
LAY:ADD? '1',RIGH,MTAB
LAY:WIND2:ADD? RIGH,PEAK
LAY:CAT?
//Result : '1',1,'2',2,'3',3,'4',4
//Remove Spectrogram
LAY:WIND2:REM //Remove Marker Table window
LAY:REM '3'
//Replace Marker Peak List window by Marker Table
LAY:REPL '4',MTAB
//--------------- Querying all displayed windows ------------------
//Query the name and number of all displayed windows (from top left to bottom right)
LAY:CAT?
//Result : '1',1,'4',4
//--------------- Changing the size of individual windows -------------
//Move the splitter between the Frequency Sweep window and the Marker Table window
//to enlarge the spectrum display to 80% of the entire height.
LAY:SPL 1,4,80
Configuring the Result Display