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