State

SCPI Command :

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

Enables or disables the indicated parallel bus. The threshold settings of the bus take effect for all active parallel buses. Dependencies: At least one digital channel must be enabled for the selected bus, otherwise the command does not work. The bus is enabled automatically if the first digital channel is enabled with method RsRtx.bus.parallel.bit.state.set() or method RsRtx.digital.display.set() .

Parameters:

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

Returns:

enable: OFF | ON

set(enable: bool, bus=Bus.Default) None[source]
# BUS<*>:PARallel:STATe
driver.bus.parallel.state.set(enable = False, bus = repcap.Bus.Default)

Enables or disables the indicated parallel bus. The threshold settings of the bus take effect for all active parallel buses. Dependencies: At least one digital channel must be enabled for the selected bus, otherwise the command does not work. The bus is enabled automatically if the first digital channel is enabled with method RsRtx.bus.parallel.bit.state.set() or method RsRtx.digital.display.set() .

Parameters:
  • enable – OFF | ON

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