Doperator
SCPI Command :
SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:DOPerator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) ConditionOperator[source]
# SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:DOPerator value: enums.ConditionOperator = driver.search.trigger.usbThree.frame.fld.doperator.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the operator to set a specific data pattern to be searched in the selected field of the selected frame.
- Parameters:
search – String with the name of the search.
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:
data_operator: EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less than or equal, Greater than, Greater than or equal. These conditions require one endpoint value to be set using SEARch:TRIGger:USBThree:FRAMefr:FLDfl:IMIN.
INRange | OORange: In range, out of range. These conditions require a range of endpoint values to be set using SEARch:TRIGger:USBThree:FRAMefr:FLDfl:IMIN and SEARch:TRIGger:USBThree:FRAMefr:FLDfl:IMAX.
- set(search: str, data_operator: ConditionOperator, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:DOPerator driver.search.trigger.usbThree.frame.fld.doperator.set(search = 'abc', data_operator = enums.ConditionOperator.EQUal, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the operator to set a specific data pattern to be searched in the selected field of the selected frame.
- Parameters:
search – String with the name of the search.
data_operator –
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less than or equal, Greater than, Greater than or equal. These conditions require one endpoint value to be set using SEARch:TRIGger:USBThree:FRAMefr:FLDfl:IMIN.
INRange | OORange: In range, out of range. These conditions require a range of endpoint values to be set using SEARch:TRIGger:USBThree:FRAMefr:FLDfl:IMIN and SEARch:TRIGger:USBThree: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’)