Sequence

SCPI Command :

TRIGger:TSHelper:SEQuence
class SequenceCls[source]

Sequence commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.SourceSequence[source]
# SCPI: TRIGger:TSHelper:SEQuence
value: enums.SourceSequence = driver.applications.k14Xnr5G.trigger.tsHelper.sequence.get()

Select the type of measurement sequence for combined measurement.

return

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: RsFsw.enums.SourceSequence) None[source]
# SCPI: TRIGger:TSHelper:SEQuence
driver.applications.k14Xnr5G.trigger.tsHelper.sequence.set(source = enums.SourceSequence.CLOop)

Select the type of measurement sequence for combined measurement.

param 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.