Shbu

SCPI Command :

BUS<*>:PARallel:DISPlay:SHBU
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:PARallel:DISPlay:SHBU
value: bool = driver.bus.parallel.display.shbu.get(bus = repcap.Bus.Default)

Shows or hides the indicated parallel bus. If enabled, the resulting bus signal and bus values are displayed in the diagram.

Parameters:

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

Returns:

show_bus: OFF | ON

set(show_bus: bool, bus=Bus.Default) None[source]
# BUS<*>:PARallel:DISPlay:SHBU
driver.bus.parallel.display.shbu.set(show_bus = False, bus = repcap.Bus.Default)

Shows or hides the indicated parallel bus. If enabled, the resulting bus signal and bus values are displayed in the diagram.

Parameters:
  • show_bus – OFF | ON

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