Bit

SCPI Command :

SBUS<*>:HBTO:FILTer:BIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) SbusBitState[source]
# SBUS<*>:HBTO:FILTer:BIT
value: enums.SbusBitState = driver.sbus.hbto.filterPy.bit.get(serialBus = repcap.SerialBus.Default)

Sets the operator for the data pattern in the selected field of the selected frame.

Parameters:

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

set(frame: str, field: str, bit: SbusBitState, serialBus=SerialBus.Default) None[source]
# SBUS<*>:HBTO:FILTer:BIT
driver.sbus.hbto.filterPy.bit.set(frame = 'abc', field = 'abc', bit = enums.SbusBitState.DC, serialBus = repcap.SerialBus.Default)

Sets the operator for the data pattern in the selected field of the selected frame.

Parameters:

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