Logic
SCPI Command :
TRIGger<*>:QUALify<*>:AB:LOGic
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, triggerQualify=TriggerQualify.Default) LogicOperator[source]
# TRIGger<*>:QUALify<*>:AB:LOGic value: enums.LogicOperator = driver.trigger.qualify.ab.logic.get(trigger = repcap.Trigger.Default, triggerQualify = repcap.TriggerQualify.Default)
Defines the logical combination of the indicated channels after evaluating the previous logical operations:
AB: CH1 and CH2
CD: CH3 and CH4
ABCD: result of AB and CD
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
triggerQualify – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Qualify’)
- set(op_ab: LogicOperator, trigger=Trigger.Default, triggerQualify=TriggerQualify.Default) None[source]
# TRIGger<*>:QUALify<*>:AB:LOGic driver.trigger.qualify.ab.logic.set(op_ab = enums.LogicOperator.AND, trigger = repcap.Trigger.Default, triggerQualify = repcap.TriggerQualify.Default)
Defines the logical combination of the indicated channels after evaluating the previous logical operations:
AB: CH1 and CH2
CD: CH3 and CH4
ABCD: result of AB and CD
- Parameters:
op_ab –
AND | NAND | OR | NOR
AND: logical AND, conjunctive combination
NAND: logical NOT AND
OR: logical OR, disjunctive combination
NOR: logical NOT OR
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
triggerQualify – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Qualify’)