Ioperator
SCPI Command :
TRIGger:SBSW:SPI:IOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() OperatorA[source]
# TRIGger:SBSW:SPI:IOPerator value: enums.OperatorA = driver.trigger.sbsw.spi.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:SPI:IOPerator driver.trigger.sbsw.spi.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.