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