Condition

From SweepMe! Wiki
Revision as of 12:11, 2 July 2019 by Afischer (talk | contribs) (Created page with "Condition is a Module that can perform a certain action based on a condition that must be fulfilled. For example, a measurement point can be skipped or you can leave the curre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Condition is a Module that can perform a certain action based on a condition that must be fulfilled. For example, a measurement point can be skipped or you can leave the current branch of the sequence and proceed with the next one.

Actions

SkipPoint

skips a single measurement point. Only works well if the condition is related to at least one SweepValue of a certain module in the branch, because the condition is evaluatefd before the measurement point will be measured.

SkipSweepsBelow

in planning: The idea is that all variations of modules below the Condition module are skipped and the procedure continues with the next variation of a module above the Condition module

SkipCurrentBranch

skips all variations that have to be done in the current branch of the sequencer and continues with the first variation of the next branch

Stop

stops the measurement, same as pressing the button 'Stop'

Pause

pauses the measurement, same as pressing the button 'Pause'