Condition: Difference between revisions
(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...") |
No edit summary |
||
Line 25: | Line 25: | ||
[[Category:Modules]] | [[Category:Modules]] | ||
[[Category: | [[Category:Add-O nModules]] |
Revision as of 21:11, 11 July 2019
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'