Sources

SCPI Command :

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

Selects if the source of the trigger for the pattern type is an analog or digital channel.

Parameters:

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

Returns:

state_sources: ANALog | DIGital

set(state_sources: TriggerPatternSource, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:PATTern:QUALify:SOURces
driver.trigger.event.pattern.qualify.sources.set(state_sources = enums.TriggerPatternSource.AAD, evnt = repcap.Evnt.Default)

Selects if the source of the trigger for the pattern type is an analog or digital channel.

Parameters:
  • state_sources – ANALog | DIGital

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