Label

SCPI Command :

PBUS<*>:BIT<*>:LABel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrBus=PwrBus.Default, bit=Bit.Default) str[source]
# PBUS<*>:BIT<*>:LABel
value: str = driver.pbus.bit.label.get(pwrBus = repcap.PwrBus.Default, bit = repcap.Bit.Default)

Sets a name for the indicated digital channel. The name is displayed in the diagram.

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

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

Returns:

label: String containing the channel name

set(label: str, pwrBus=PwrBus.Default, bit=Bit.Default) None[source]
# PBUS<*>:BIT<*>:LABel
driver.pbus.bit.label.set(label = 'abc', pwrBus = repcap.PwrBus.Default, bit = repcap.Bit.Default)

Sets a name for the indicated digital channel. The name is displayed in the diagram.

Parameters:
  • label – String containing the channel name

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

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