Size
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:SIZE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, subWindow=SubWindow.Default) Size[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:SIZE value: enums.Size = driver.applications.k14Xnr5G.display.window.subwindow.size.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
Maximizes the size of the selected result display subwindow temporarily. To change the size of several windows on the screen permanently, use the method
RsFsw.applications.k17Mcgd.layout.splitter.set()command (see methodRsFsw.applications.k17Mcgd.layout.splitter.set()) .- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- Returns:
size: FULL | SPLit FULL Maximizes the selected subwindow to full screen. Other windows are still active in the background. SPLit Reduces the size of the selected subwindow to its original size. If more than one measurement window was displayed originally, these are visible again.
- set(size: Size, window=Window.Default, subWindow=SubWindow.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:SIZE driver.applications.k14Xnr5G.display.window.subwindow.size.set(size = enums.Size.LARGe, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
Maximizes the size of the selected result display subwindow temporarily. To change the size of several windows on the screen permanently, use the method
RsFsw.applications.k17Mcgd.layout.splitter.set()command (see methodRsFsw.applications.k17Mcgd.layout.splitter.set()) .- Parameters:
size – FULL | SPLit FULL Maximizes the selected subwindow to full screen. Other windows are still active in the background. SPLit Reduces the size of the selected subwindow to its original size. If more than one measurement window was displayed originally, these are visible again.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)