Ioperator
SCPI Command :
TRIGger:SBSW:MANCh:FRAMe<*>:FLD<*>:IOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frame=Frame.Default, field=Field.Default) OperatorA[source]
# TRIGger:SBSW:MANCh:FRAMe<*>:FLD<*>:IOPerator value: enums.OperatorA = driver.trigger.sbsw.manch.frame.fld.ioperator.get(frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the operator for the index in the selected field of the selected frame for the software trigger.
- Parameters:
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- Returns:
index_operator: EQUal | INRange | RANGe
- set(index_operator: OperatorA, frame=Frame.Default, field=Field.Default) None[source]
# TRIGger:SBSW:MANCh:FRAMe<*>:FLD<*>:IOPerator driver.trigger.sbsw.manch.frame.fld.ioperator.set(index_operator = enums.OperatorA.ANY, frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the operator for the index in the selected field of the selected frame for the software trigger.
- Parameters:
index_operator – EQUal | INRange | RANGe
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)