Label
SCPI Command :
LAYout<*>:LABel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default) str[source]
# LAYout<*>:LABel value: str = driver.layout.label.get(layout = repcap.Layout.Default)
Defines a name for the specified layout (SmartGrid configuration) .
- Parameters:
layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)
- Returns:
label: String with the layout name
- set(label: str, layout=Layout.Default) None[source]
# LAYout<*>:LABel driver.layout.label.set(label = 'abc', layout = repcap.Layout.Default)
Defines a name for the specified layout (SmartGrid configuration) .
- Parameters:
label – String with the layout name
layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)