Dcondition

SCPI Command :

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

Sets the destination 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(dest_addr_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:ETHernet:FRAMe:DCONdition
driver.trigger.ethernet.frame.dcondition.set(dest_addr_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)

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

Parameters:
  • dest_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:DMIN.

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

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