Icondition
SCPI Command :
TRIGger<*>:LIN:ICONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:LIN:ICONdition value: enums.ConditionOperator = driver.trigger.lin.icondition.get(trigger = repcap.Trigger.Default)
Sets the operator to set a specific identifier or an identifier range.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(idtf_optor: ConditionOperator, trigger=Trigger.Default) None[source]
# TRIGger<*>:LIN:ICONdition driver.trigger.lin.icondition.set(idtf_optor = enums.ConditionOperator.EQUal, trigger = repcap.Trigger.Default)
Sets the operator to set a specific identifier or an identifier range.
- Parameters:
idtf_optor –
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan | INRange | OORange
EQUal | NEQual | LTHan | LETHan | GTHan | GETHan: Equal, Not equal, Less than, Less or equal than, Greater Than, Greater or equal than. These condition require one identifier pattern to be set with TRIGgert:LIN:IMIN
INRange | OORange: In range / Out of range: Set the minimum and maximum value of the range with TRIGgert:LIN:IMIN and TRIGgert:LIN:IMAX
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)