Programming Examples
R&S
®
ZNB/ZNBT
1226
User Manual 1173.9163.02 ─ 38
// Check the executable formats of the generated layouts
:DISPlay:LAYout:DEFine? 1 %(1,1,0.00,0.00,(1,2,1.00,1.00,[0.30,1.00],[0.70,1.00]))
:DISPlay:LAYout:DEFine? 2 %(1,1,0.00,0.00,(2,1,1.00,1.00,[1.00,0.50],[1.00,0.50]))
// Join the 2 layouts, display the nested layout
:DISPlay:LAYout:JOIN 1,2,2
:DISPlay:LAYout:APPLy 1
// Check the last applied (i.e. the joined) layout for the correct format
:DISPlay:LAYout:EXECute?
%(1,1,0.00,0.00,(1,2,1.00,1.00,[0.30,1.00],
%(1,1,0.70,1.00,(2,1,1.00,1.00,[1.00,0.50],[1.00,0.50]))))
Condensed Programming Examples