Logic

SCPI Command :

TRIGger:EVENt<*>:PATTern:QUALify:DIGital:LOGic
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) AdLogic[source]
# TRIGger:EVENt<*>:PATTern:QUALify:DIGital:LOGic
value: enums.AdLogic = driver.trigger.event.pattern.qualify.digital.logic.get(evnt = repcap.Evnt.Default)

Defines the logic combination of the channels and their states.

Parameters:

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

Returns:

logic: AND | OR

set(logic: AdLogic, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:PATTern:QUALify:DIGital:LOGic
driver.trigger.event.pattern.qualify.digital.logic.set(logic = enums.AdLogic.AND, evnt = repcap.Evnt.Default)

Defines the logic combination of the channels and their states.

Parameters:
  • logic – AND | OR

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