Icondition

SCPI Command :

TRIGger<*>:CAN:ICONdition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) ConditionOperator[source]
# TRIGger<*>:CAN:ICONdition
value: enums.ConditionOperator = driver.trigger.can.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<*>:CAN:ICONdition
driver.trigger.can.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:CAN:IMIN.

    • INRange | OORange: In range / Out of range: Set the minimum and maximum value of the range with TRIGgert:CAN:IMIN and TRIGgert:CAN:IMAX.

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