Label

SCPI Command :

LAYout<*>:DIAGram<*>:LABel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(layout=Layout.Default, diagram=Diagram.Default) str[source]
# LAYout<*>:DIAGram<*>:LABel
value: str = driver.layout.diagram.label.get(layout = repcap.Layout.Default, diagram = repcap.Diagram.Default)

Defines a name for the specified diagram in a specified layout.

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

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

Returns:

label: String with the diagram name

set(label: str, layout=Layout.Default, diagram=Diagram.Default) None[source]
# LAYout<*>:DIAGram<*>:LABel
driver.layout.diagram.label.set(label = 'abc', layout = repcap.Layout.Default, diagram = repcap.Diagram.Default)

Defines a name for the specified diagram in a specified layout.

Parameters:
  • label – String with the diagram name

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

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