Q_ref_mean and many other result items added, ver. 2.12.563

This commit is contained in:
Milan Hanajik
2017-05-19 11:29:04 +02:00
parent 2387ab28fa
commit 784ebcb1d6
26 changed files with 248 additions and 111 deletions
@@ -134,8 +134,8 @@ namespace TBF.BenchControl.TestMethods.PMaxTest
pressure_set:
ClearAllStatistics();
UpdateAllStatistics();
ClearAllStatistics(StateMachine.Time);
UpdateAllStatistics(StateMachine.Time);
startTime = StateMachine.Time;
int endTime = startTime + testParams.DurationPMax;
@@ -160,7 +160,7 @@ namespace TBF.BenchControl.TestMethods.PMaxTest
if (e.Contains(Event.Error)) { retVal = Event.Error; goto stopTest; }
if (TestAndLogUiCmdStop(test,e)) { retVal = Event.UiCmdStop; goto stopTest; }
UpdateAllStatistics();
UpdateAllStatistics(StateMachine.Time);
int remainingTime = Math.Max(endTime - StateMachine.Time, 0);
if (remainingTime > 60)