Ioperator

SCPI Command :

SBUS<*>:TBTO:FILTer:IOPerator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) OperatorA[source]
# SBUS<*>:TBTO:FILTer:IOPerator
value: enums.OperatorA = driver.sbus.tbto.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<*>:TBTO:FILTer:IOPerator
driver.sbus.tbto.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’)