Doperator

SCPI Command :

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