Scondition

SCPI Command :

TRIGger<*>:ETHernet:FRAMe:SCONdition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:ETHernet:FRAMe:SCONdition
value: enums.ConditionOperator = driver.trigger.ethernet.frame.scondition.get(trigger = repcap.Trigger.Default)

Sets source address operator to trigger on a specific pattern or a range.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

set(src_addr_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:ETHernet:FRAMe:SCONdition
driver.trigger.ethernet.frame.scondition.set(src_addr_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

Sets source address operator to trigger on a specific pattern or a range.

Parameters:
  • src_addr_optor

    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 TRIGgert:ETHernet:FRAMe:SMIN.

    • INRange | OORange: In range, Out of range. Set the minimum and maximum value of the range with TRIGgert:ETHernet:FRAMe:SMIN and TRIGgert:ETHernet:FRAMe:SMAX.

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)