Clogic

SCPI Command :

TRIGger<*>:SERPattern:COMPlex:CLOGic
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) ConditionLogic[source]
# TRIGger<*>:SERPattern:COMPlex:CLOGic
value: enums.ConditionLogic = driver.trigger.serPattern.complex.clogic.get(trigger = repcap.Trigger.Default)

Selects the logic for the condition, if more than one pattern conditions are defined.

Parameters:

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

Returns:

cond_logic: AND | OR

  • AND: All the defined pattern conditions have to be met.

  • OR: At least one of the defined pattern conditions have to be met.

set(cond_logic: ConditionLogic, trigger=Trigger.Default) None[source]
# TRIGger<*>:SERPattern:COMPlex:CLOGic
driver.trigger.serPattern.complex.clogic.set(cond_logic = enums.ConditionLogic.AND, trigger = repcap.Trigger.Default)

Selects the logic for the condition, if more than one pattern conditions are defined.

Parameters:
  • cond_logic

    AND | OR

    • AND: All the defined pattern conditions have to be met.

    • OR: At least one of the defined pattern conditions have to be met.

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