Logic
SCPI Command :
TRIGger:EVENt<*>:STATe:QUALify:DIGital:LOGic
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) AdLogic[source]
# TRIGger:EVENt<*>:STATe:QUALify:DIGital:LOGic value: enums.AdLogic = driver.trigger.event.state.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<*>:STATe:QUALify:DIGital:LOGic driver.trigger.event.state.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’)