Window

SCPI Command :

LAYout:MOVE[:WINDow]
class WindowCls[source]

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

set(source_window: str, target_window: str, direction: RsFsw.enums.WindowDirReplace) None[source]
# SCPI: LAYout:MOVE[:WINDow]
driver.applications.k30NoiseFigure.layout.move.window.set(source_window = 'abc', target_window = 'abc', direction = enums.WindowDirReplace.ABOVe)

No command help available

param source_window

LEFT | RIGHt | ABOVe | BELow | REPLace Destination the selected window is moved to, relative to the reference window.

param target_window

LEFT | RIGHt | ABOVe | BELow | REPLace Destination the selected window is moved to, relative to the reference window.

param direction

LEFT | RIGHt | ABOVe | BELow | REPLace Destination the selected window is moved to, relative to the reference window.