Shbu

SCPI Command :

PBUS<*>:DISPlay:SHBU
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrBus=PwrBus.Default) bool[source]
# PBUS<*>:DISPlay:SHBU
value: bool = driver.pbus.display.shbu.get(pwrBus = repcap.PwrBus.Default)

If enabled, the resulting bus signal and bus values are displayed in the diagram.

Parameters:

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

Returns:

show_bus: OFF | ON

set(show_bus: bool, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:DISPlay:SHBU
driver.pbus.display.shbu.set(show_bus = False, pwrBus = repcap.PwrBus.Default)

If enabled, the resulting bus signal and bus values are displayed in the diagram.

Parameters:
  • show_bus – OFF | ON

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