State

SCPI Command :

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

Enables the selected logic group. The corresponding signal icon appears on the signal bar. 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 RsMxo.pbus.bit.state.set() .

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:STATe
driver.pbus.state.set(state = False, pwrBus = repcap.PwrBus.Default)

Enables the selected logic group. The corresponding signal icon appears on the signal bar. 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 RsMxo.pbus.bit.state.set() .

Parameters:
  • state – OFF | ON

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