Doperator
SCPI Command :
TRIGger:SBSW:TNOS:DOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() OperatorB[source]
# TRIGger:SBSW:TNOS:DOPerator value: enums.OperatorB = driver.trigger.sbsw.tnos.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:TNOS:DOPerator driver.trigger.sbsw.tnos.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.