Doperator
SCPI Command :
SBUS<*>:NRZC:FILTer:DOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) OperatorB[source]
# SBUS<*>:NRZC:FILTer:DOPerator value: enums.OperatorB = driver.sbus.nrzc.filterPy.doperator.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, operator: OperatorB, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZC:FILTer:DOPerator driver.sbus.nrzc.filterPy.doperator.set(frame = 'abc', field = 'abc', operator = enums.OperatorB.EQUal, 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’)