TypePy

SCPI Command :

TRIGger:EVENt<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) TriggerEventType[source]
# TRIGger:EVENt<*>:TYPE
value: enums.TriggerEventType = driver.trigger.event.typePy.get(evnt = repcap.Evnt.Default)

Selects the trigger type. In a trigger sequence, the trigger type is set for each condition.

Parameters:

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

Returns:

type_py: ANEDge = analog edge trigger is the only trigger type if the extern trigger source is used. For SETHold, also DATatoclock can be used.

set(type_py: TriggerEventType, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:TYPE
driver.trigger.event.typePy.set(type_py = enums.TriggerEventType.ANEDge, evnt = repcap.Evnt.Default)

Selects the trigger type. In a trigger sequence, the trigger type is set for each condition.

Parameters:
  • type_py – ANEDge = analog edge trigger is the only trigger type if the extern trigger source is used. For SETHold, also DATatoclock can be used.

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