Tcondition
SCPI Command :
TRIGger<*>:ETHernet:FRAMe:TCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:ETHernet:FRAMe:TCONdition value: enums.ConditionOperator = driver.trigger.ethernet.frame.tcondition.get(trigger = repcap.Trigger.Default)
Sets the type operator to trigger on a specific length/type value pattern or a range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
type_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 a destination address to be set with TRIGgert:ETHernet:FRAMe:TMIN.
INRange | OORange: In range, Out of range. Set the minimum and maximum value of the range with TRIGgert:ETHernet:FRAMe:TMIN and TRIGgert:ETHernet:FRAMe:TMAX.
- set(type_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:ETHernet:FRAMe:TCONdition driver.trigger.ethernet.frame.tcondition.set(type_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the type operator to trigger on a specific length/type value pattern or a range.
- Parameters:
type_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 a destination address to be set with TRIGgert:ETHernet:FRAMe:TMIN.
INRange | OORange: In range, Out of range. Set the minimum and maximum value of the range with TRIGgert:ETHernet:FRAMe:TMIN and TRIGgert:ETHernet:FRAMe:TMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)