Flow control during a test, version 1.5.121.

This commit is contained in:
Milan Hanajik
2015-09-22 18:39:00 +02:00
parent d7e6a69ca9
commit 72754ebe10
12 changed files with 109 additions and 40 deletions
@@ -243,10 +243,8 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
State.Create("FlyingStartCollectionMethod : Starting the test")
.AddOperation(checkUiOp)
.AddOperations(measureOperations)
.AddOperation(cBrd.StartMeasurementOp(outPath,
Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
totalPulses,
(float)test.TolerRed))
.AddOperation(cBrd.StartMeasurementOp(outPath, Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
test.Qfrom, test.Qto, totalPulses, (float)test.TolerRed))
.EnterState();
do
{