Window
SCPI Command :
LAYout:MOVE[:WINDow]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(source_window: str, target_window: str, arg_2: WindowDirReplace) None[source]
# LAYout:MOVE[:WINDow] driver.applications.k40PhaseNoise.layout.move.window.set(source_window = 'abc', target_window = 'abc', arg_2 = enums.WindowDirReplace.ABOVe)
No help available
- Parameters:
source_window – String containing the name of an existing window that is to be moved. By default, the name of a window is the same as its index. To determine the name and index of all active windows in the active channel, use the method
RsFsw.layout.catalog.window.get()query.target_window – String containing the name of an existing window the selected window is placed next to or replaces. By default, the name of a window is the same as its index. To determine the name and index of all active windows in the active channel, use the method
RsFsw.layout.catalog.window.get()query.arg_2 – LEFT | RIGHt | ABOVe | BELow | REPLace Destination the selected window is moved to, relative to the reference window.