Shdi
SCPI Command :
BUS<*>:PARallel:DISPlay:SHDI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:PARallel:DISPlay:SHDI value: bool = driver.bus.parallel.display.shdi.get(bus = repcap.Bus.Default)
If enabled, the selected digital signals are shown in the diagram. Each channel is displayed as a logic signal. See also: method
RsRtx.digital.display.set()- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
shw_dig_signs: OFF | ON
- set(shw_dig_signs: bool, bus=Bus.Default) None[source]
# BUS<*>:PARallel:DISPlay:SHDI driver.bus.parallel.display.shdi.set(shw_dig_signs = False, bus = repcap.Bus.Default)
If enabled, the selected digital signals are shown in the diagram. Each channel is displayed as a logic signal. See also: method
RsRtx.digital.display.set()- Parameters:
shw_dig_signs – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)