Ioperator
SCPI Command :
SEARch:TRIGger:CMSB:FRAMe<*>:FLD<*>:IOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) DataIndexOperator[source]
# SEARch:TRIGger:CMSB:FRAMe<*>:FLD<*>:IOPerator value: enums.DataIndexOperator = driver.search.trigger.cmsb.frame.fld.ioperator.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the operator for the index for searching in the selected field of the selected frame.
- Parameters:
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)
- Returns:
index_operator: EQUal | INRange | RANGe
EQUal: This condition requires one endpoint value to be set using SEARch:TRIGger:CMSB:FRAMefr:FLDfl:IMIN.
INRange | RANGe: This condition requires a range of endpoint values to be set using SEARch:TRIGger:CMSB:FRAMefr:FLDfl:IMIN and SEARch:TRIGger:CMSB:FRAMefr:FLDfl:IMAX.
- set(search: str, index_operator: DataIndexOperator, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:CMSB:FRAMe<*>:FLD<*>:IOPerator driver.search.trigger.cmsb.frame.fld.ioperator.set(search = 'abc', index_operator = enums.DataIndexOperator.ANY, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the operator for the index for searching in the selected field of the selected frame.
- Parameters:
index_operator –
EQUal | INRange | RANGe
EQUal: This condition requires one endpoint value to be set using SEARch:TRIGger:CMSB:FRAMefr:FLDfl:IMIN.
INRange | RANGe: This condition requires a range of endpoint values to be set using SEARch:TRIGger:CMSB:FRAMefr:FLDfl:IMIN and SEARch:TRIGger:CMSB:FRAMefr:FLDfl:IMAX.
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)