Bit
SCPI Command :
SBUS<*>:QSPI:FILTer:BIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) SbusBitState[source]
# SBUS<*>:QSPI:FILTer:BIT value: enums.SbusBitState = driver.sbus.qspi.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<*>:QSPI:FILTer:BIT driver.sbus.qspi.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’)