Evaluation of Results.Entities.TestRslt.TestDone, Results.Entities.Batch.Buoyancy() etc. fixed, ver. 2.14.599
This commit is contained in:
+4
@@ -824,6 +824,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
|
||||
&& (compoundMeterRslt.Error <= test.ErrLimHi - test.Uncertainty);
|
||||
mainMeterRslt.Passed = auxMeterRslt.Passed = compoundMeterRslt.Passed;
|
||||
mainMeterRslt.TestDone = auxMeterRslt.TestDone = compoundMeterRslt.TestDone = true;
|
||||
tstRslt.TestDone = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -874,6 +875,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
|
||||
((volumeRslt.Error >= test.ErrLimLo + test.Uncertainty) &&
|
||||
(volumeRslt.Error <= test.ErrLimHi - test.Uncertainty));
|
||||
volumeRslt.TestDone = true;
|
||||
tstRslt.TestDone = true;
|
||||
}
|
||||
|
||||
if (energyRslt != null && energyRegReader != null)
|
||||
@@ -891,6 +893,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
|
||||
energyRslt.Passed = (energyRslt.Error >= heatMetersTestParams.ErrorLimitLo)
|
||||
&& (energyRslt.Error <= heatMetersTestParams.ErrorLimitHi);
|
||||
energyRslt.TestDone = true;
|
||||
tstRslt.TestDone = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -951,6 +954,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
|
||||
meterRslt.Passed = (meterRslt.Error >= test.ErrLimLo + test.Uncertainty)
|
||||
&& (meterRslt.Error <= test.ErrLimHi - test.Uncertainty);
|
||||
meterRslt.TestDone = true;
|
||||
tstRslt.TestDone = true;
|
||||
|
||||
if (iPerl != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user