Active

SCPI Command :

LAYout<*>:ACTive
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(layout=Layout.Default) int[source]
# LAYout<*>:ACTive
value: int = driver.layout.active.get(layout = repcap.Layout.Default)

Sets the active SmartGrid configuration. The query returns the index of the active layout.

Parameters:

layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)

Returns:

active_key: Index of the active layout

set(active_key: int, layout=Layout.Default) None[source]
# LAYout<*>:ACTive
driver.layout.active.set(active_key = 1, layout = repcap.Layout.Default)

Sets the active SmartGrid configuration. The query returns the index of the active layout.

Parameters:
  • active_key – Index of the active layout

  • layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)