StartMeasurementOp interface changed: OutputPath is the first argment
This commit is contained in:
+4
-2
@@ -243,8 +243,10 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
|
||||
State.Create("FlyingStartCollectionMethod : Starting the test")
|
||||
.AddOperation(checkUiOp)
|
||||
.AddOperations(measureOperations)
|
||||
.AddOperation(cBrd.StartMeasurementOp(outPath.FlowMeter, outPath.Diverter, Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
|
||||
totalPulses, (float)test.TolerRed))
|
||||
.AddOperation(cBrd.StartMeasurementOp(outPath,
|
||||
Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
|
||||
totalPulses,
|
||||
(float)test.TolerRed))
|
||||
.EnterState();
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user