Doperator

SCPI Command :

TRIGger:SBSW:LIN:DOPerator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() OperatorB[source]
# TRIGger:SBSW:LIN:DOPerator
value: enums.OperatorB = driver.trigger.sbsw.lin.doperator.get()

Sets the operator for the data pattern of the software trigger in the selected field of the selected frame.

set(frame: str, field: str, operator: OperatorB) None[source]
# TRIGger:SBSW:LIN:DOPerator
driver.trigger.sbsw.lin.doperator.set(frame = 'abc', field = 'abc', operator = enums.OperatorB.EQUal)

Sets the operator for the data pattern of the software trigger in the selected field of the selected frame.