Size

SCPI Commands

DISPlay:WINDow<Window>:SIZE
class SizeCls[source]

Size commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) Size[source]
# SCPI: DISPlay[:WINDow<n>]:SIZE
value: enums.Size = driver.applications.k70Vsa.display.window.size.get(window = repcap.Window.Default)

This command maximizes the size of the selected result display window temporarily. To change the size of several windows on the screen permanently, use the method RsFswp.Applications.K30_NoiseFigure.Layout.Splitter.set command (see method RsFswp.Applications.K30_NoiseFigure.Layout.Splitter.set) .

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

return

size: LARGe Maximizes the selected window to full screen. Other windows are still active in the background. SMALl Reduces the size of the selected window to its original size. If more than one measurement window was displayed originally, these are visible again.

set(size: Size, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:SIZE
driver.applications.k70Vsa.display.window.size.set(size = enums.Size.LARGe, window = repcap.Window.Default)

This command maximizes the size of the selected result display window temporarily. To change the size of several windows on the screen permanently, use the method RsFswp.Applications.K30_NoiseFigure.Layout.Splitter.set command (see method RsFswp.Applications.K30_NoiseFigure.Layout.Splitter.set) .

param size

LARGe Maximizes the selected window to full screen. Other windows are still active in the background. SMALl Reduces the size of the selected window to its original size. If more than one measurement window was displayed originally, these are visible again.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)