Size

SCPI Command :

DISPlay[:WINDow<n>]:SIZE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) Size[source]
# DISPlay[:WINDow<n>]:SIZE
value: enums.Size = driver.applications.k50Spurious.display.window.size.get(window = repcap.Window.Default)

Maximizes the size of the selected result display window temporarily. To change the size of several windows on the screen permanently, use the method RsFsw.applications.k17Mcgd.layout.splitter.set() command (see method RsFsw.applications.k17Mcgd.layout.splitter.set() ) .

Parameters:

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

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

Maximizes the size of the selected result display window temporarily. To change the size of several windows on the screen permanently, use the method RsFsw.applications.k17Mcgd.layout.splitter.set() command (see method RsFsw.applications.k17Mcgd.layout.splitter.set() ) .

Parameters:

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