Ioperator

SCPI Command :

TRIGger:SBSW:SENT:IOPerator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() OperatorA[source]
# TRIGger:SBSW:SENT:IOPerator
value: enums.OperatorA = driver.trigger.sbsw.sent.ioperator.get()

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

set(frame: str, field: str, operator: OperatorA) None[source]
# TRIGger:SBSW:SENT:IOPerator
driver.trigger.sbsw.sent.ioperator.set(frame = 'abc', field = 'abc', operator = enums.OperatorA.ANY)

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