Window
SCPI Command :
LAYout:ADD[:WINDow]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window_name: str, direction: WindowDirection, window_type: WindowTypeK10X) str[source]
# LAYout:ADD[:WINDow] value: str = driver.applications.k10Xlte.layout.add.window.get(window_name = 'abc', direction = enums.WindowDirection.ABOVe, window_type = enums.WindowTypeK10X.AllocIdVsSymbolXcarrier=AISC)
Adds a window to the display in the active channel. Is always used as a query so that you immediately obtain the name of the new window as a result. To replace an existing window, use the method
RsFsw.layout.replace.window.set()command. Note: Use this command to select a result display instead of methodRsFsw.calculate.feed.set()(still supported for compatibility reasons, but deprecated) .- Parameters:
window_name – String containing the name of the existing window the new window is inserted next to. By default, the name of a window is the same as its index. To determine the name and index of all active windows, use the method
RsFsw.layout.catalog.window.get()query.direction – LEFT | RIGHt | ABOVe | BELow Direction the new window is added relative to the existing window.
window_type – (enum or string) text value Type of result display (evaluation method) you want to add. See the table below for available parameter values.
- Returns:
new_window_name: When adding a new window, the command returns its name (by default the same as its number) as a result.