Window

SCPI Command :

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

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

set(window_name: str, window_type: RsFsw.enums.WindowTypeK60) None[source]
# SCPI: LAYout:REPLace[:WINDow]
driver.applications.k60Transient.layout.replace.window.set(window_name = 'abc', window_type = enums.WindowTypeK60.ChirpRateTimeDomain=CRTime)

Replaces the window type (for example from ‘Diagram’ to ‘Result Summary’) of an already existing window in the active channel while keeping its position, index and window name. To add a new window, use the method RsFsw.Layout.Add.Window. get_ command.

param window_name

String containing the name of the existing window. 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.

param window_type

(enum or string) Type of result display you want to use in the existing window. See method RsFsw.Layout.Add.Window.get_ for a list of available window types.