Label

SCPI Command :

DIGital<*>:LABel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digital=Digital.Default) str[source]
# DIGital<*>:LABel
value: str = driver.digital.label.get(digital = repcap.Digital.Default)

Sets a name for the indicated digital channel. The name is displayed in the diagram. The setting affects only the settings of the first MSO bus (Logic1) . You can set the label for all buses with method RsMxo.pbus.bit.label.set()

Parameters:

digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)

Returns:

label: String containing the channel name

set(label: str, digital=Digital.Default) None[source]
# DIGital<*>:LABel
driver.digital.label.set(label = 'abc', digital = repcap.Digital.Default)

Sets a name for the indicated digital channel. The name is displayed in the diagram. The setting affects only the settings of the first MSO bus (Logic1) . You can set the label for all buses with method RsMxo.pbus.bit.label.set()

Parameters:
  • label – String containing the channel name

  • digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)