Shdi

SCPI Command :

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

If enabled, the selected digital channels are shown in the diagram. Each channel is displayed as a logic signal.

Parameters:

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

Returns:

shw_dig_signs: OFF | ON

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

If enabled, the selected digital channels are shown in the diagram. Each channel is displayed as a logic signal.

Parameters:
  • shw_dig_signs – OFF | ON

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