Enable
SCPI Command :
LAYout<*>[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default) bool[source]
# LAYout<*>[:ENABle] value: bool = driver.layout.enable.get(layout = repcap.Layout.Default)
Creates a new SmartGrid configuration and sets it active.
- Parameters:
layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)
- Returns:
state: OFF | ON
- set(state: bool, layout=Layout.Default) None[source]
# LAYout<*>[:ENABle] driver.layout.enable.set(state = False, layout = repcap.Layout.Default)
Creates a new SmartGrid configuration and sets it active.
- Parameters:
state – OFF | ON
layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)