Command reference
R&S
®
ZNL/ZNLE
1067
User Manual 1178.5966.02 ─ 19
// 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
// 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
VNA programming examples