State
SCPI Command :
BUS<*>[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>[:STATe] value: bool = driver.bus.state.get(bus = repcap.Bus.Default)
Enables the decoding of the specified bus.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
state: OFF | ON
- set(state: bool, bus=Bus.Default) None[source]
# BUS<*>[:STATe] driver.bus.state.set(state = False, bus = repcap.Bus.Default)
Enables the decoding of the specified bus.
- Parameters:
state – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)