Ccondition
SCPI Command :
TRIGger<*>:ETHernet:FRAMe:CCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:ETHernet:FRAMe:CCONdition value: enums.ConditionOperator = driver.trigger.ethernet.frame.ccondition.get(trigger = repcap.Trigger.Default)
Sets the operator to trigger on a specific frame check sequence value.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
crc_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:CMIN.
INRange | OORange: In range, Out of range. Set the minimum and maximum value of the range with TRIGgert:ETHernet:FRAMe:CMIN and TRIGgert:ETHernet:FRAMe:CMAX.
- set(crc_operator: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:ETHernet:FRAMe:CCONdition driver.trigger.ethernet.frame.ccondition.set(crc_operator = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to trigger on a specific frame check sequence value.
- Parameters:
crc_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:CMIN.
INRange | OORange: In range, Out of range. Set the minimum and maximum value of the range with TRIGgert:ETHernet:FRAMe:CMIN and TRIGgert:ETHernet:FRAMe:CMAX.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)