Select

SCPI Command :

LAYout:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() int[source]
# LAYout:SELect
value: int = driver.applications.k149Uwb.layout.select.get()

Sets and queries the window layout. The layout number increases with a new release of the FSW-K149 application, if a new default layout is defined. This ensures backwards compatibility for scripts that were created using a different layout in a previous version of the application.

set(selected_layout: int) None[source]
# LAYout:SELect
driver.applications.k149Uwb.layout.select.set(selected_layout = 1)

Sets and queries the window layout. The layout number increases with a new release of the FSW-K149 application, if a new default layout is defined. This ensures backwards compatibility for scripts that were created using a different layout in a previous version of the application.