Dcondition
SCPI Command :
SEARch:TRIGger:ETHernet:FRAMe:DCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) ConditionOperator[source]
# SEARch:TRIGger:ETHernet:FRAMe:DCONdition value: enums.ConditionOperator = driver.search.trigger.ethernet.frame.dcondition.get(search = 'abc')
Defines the operator to search a specific destination address within a frame.
- Parameters:
search –
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 a destination address to be set with SEARch:TRIGger:ETHernet:FRAMe:DMIN.
INRange | OORange: In range, Out of range. Set the minimum and maximum value of the range with SEARch:TRIGger:ETHernet:FRAMe:DMIN and SEARch:TRIGger:ETHernet:FRAMe:DMAX.
- set(search: str, dest_addr_optor: ConditionOperator) None[source]
# SEARch:TRIGger:ETHernet:FRAMe:DCONdition driver.search.trigger.ethernet.frame.dcondition.set(search = 'abc', dest_addr_optor = enums.ConditionOperator.EQUal)
Defines the operator to search a specific destination address within a frame.
- Parameters:
search –
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 a destination address to be set with SEARch:TRIGger:ETHernet:FRAMe:DMIN.
INRange | OORange: In range, Out of range. Set the minimum and maximum value of the range with SEARch:TRIGger:ETHernet:FRAMe:DMIN and SEARch:TRIGger:ETHernet:FRAMe:DMAX.
dest_addr_optor – String parameter