Sequence

SCPI Command :

TRIGger:TSHelper:SEQuence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SourceSequence[source]
# TRIGger:TSHelper:SEQuence
value: enums.SourceSequence = driver.applications.k14Xnr5G.trigger.tsHelper.sequence.get()

Select the type of measurement sequence for combined measurement.

Returns:

source: The selected sequence has an impact on the trigger settings. If you select a certain sequence and change, for example, the trigger source or trigger input / output configuration, the sequence type automatically returns to manual. CLOop Closed-loop sequence. MANual Custom trigger configuration. OLOop Open-loop sequence. PERiodic Periodic sequence.

set(source: SourceSequence) None[source]
# TRIGger:TSHelper:SEQuence
driver.applications.k14Xnr5G.trigger.tsHelper.sequence.set(source = enums.SourceSequence.CLOop)

Select the type of measurement sequence for combined measurement.

Parameters:

source – The selected sequence has an impact on the trigger settings. If you select a certain sequence and change, for example, the trigger source or trigger input / output configuration, the sequence type automatically returns to manual. CLOop Closed-loop sequence. MANual Custom trigger configuration. OLOop Open-loop sequence. PERiodic Periodic sequence.