Ioperator
SCPI Command :
SBUS<*>:SENT:FILTer:IOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) OperatorA[source]
# SBUS<*>:SENT:FILTer:IOPerator value: enums.OperatorA = driver.sbus.sent.filterPy.ioperator.get(serialBus = repcap.SerialBus.Default)
Sets the operator for the index 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: OperatorA, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:FILTer:IOPerator driver.sbus.sent.filterPy.ioperator.set(frame = 'abc', field = 'abc', operator = enums.OperatorA.ANY, serialBus = repcap.SerialBus.Default)
Sets the operator for the index in the selected field of the selected frame.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)