Size

SCPI Command :

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

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

get(window=Window.Default) RsFsw.enums.Size[source]
# SCPI: DISPlay[:WINDow<n>]:SIZE
value: enums.Size = driver.applications.k6Pulse.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.K17_Mcgd.Layout.Splitter.set command (see method RsFsw.Applications. K17_Mcgd.Layout.Splitter.set) .

param window

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

return

state: No help available

set(state: RsFsw.enums.Size, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:SIZE
driver.applications.k6Pulse.display.window.size.set(state = 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.K17_Mcgd.Layout.Splitter.set command (see method RsFsw.Applications. K17_Mcgd.Layout.Splitter.set) .

param state

No help available

param window

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