Window

SCPI Command :

LAYout:MOVE[:WINDow]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(source_window: str, target_window: str, direction: WindowDirReplace) None[source]
# LAYout:MOVE[:WINDow]
driver.applications.k30NoiseFigure.layout.move.window.set(source_window = 'abc', target_window = 'abc', direction = enums.WindowDirReplace.ABOVe)

No help available

Parameters:
  • source_window – LEFT | RIGHt | ABOVe | BELow | REPLace Destination the selected window is moved to, relative to the reference window.

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

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