Label

SCPI Command :

DIGital<*>:LABel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalNull=DigitalNull.Default) str[source]
# DIGital<*>:LABel
value: str = driver.digital.label.get(digitalNull = repcap.DigitalNull.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 (Bus1) . You can set the label for all buses with method RsRtx.bus.parallel.bit.label.set() .

Parameters:

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

Returns:

label: String containing the channel name

set(label: str, digitalNull=DigitalNull.Default) None[source]
# DIGital<*>:LABel
driver.digital.label.set(label = 'abc', digitalNull = repcap.DigitalNull.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 (Bus1) . You can set the label for all buses with method RsRtx.bus.parallel.bit.label.set() .

Parameters:
  • label – String containing the channel name

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