Logic

SCPI Command :

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

state_operator: AND | OR

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

Defines the logic combination of the channels and their states.

Parameters:
  • state_operator – AND | OR

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