You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {number} growthStatistics [true/false] - Enable or disable calculation of growth statistics. Note that the doubling time (Dt) calculation also includes information about the fit coefficient of determination (CoD in %), known as R-squared
58
61
* @param {number} regressionODType [680/720/735] - OD sensor used for doubling time determination
59
62
* @param {number} regressionCoDMin [%] - Minimum accpeted coefficient of determination for staility check evaluation (values below are ignored)
@@ -63,13 +66,15 @@ var UserDefinedProtocol = {
63
66
* @param {number} analyzedSteps [-] - Number of steps to be analyzed for stability check
64
67
* @param {number} growthTrendMax [%] - Maximum growth speed trend in time
65
68
* @param {number} intervalOfConfidenceMax [%] - Maximum allowed percents of 95% Confidence Interval
69
+
* -peristaltic pump settings
66
70
* @param {number} peristalticPumpID [3-7] - Defines peristaltic pump ID set to the pump that is used for fresh media supply (quasi-continuous mode)
67
71
* @param {number} peristalticPumpSpeed [%] - Nominal pump speed used for dilution of the suspension
68
72
* @param {number} peristalticPumpSlowDownRange [%] - Lower range where the pump slows down
69
73
* @param {number} peristalticPumpSlowDownFactor [%] - Slow down factor for the pump
74
+
* -advanced options
70
75
* @param {number} growthRateEvalDelay [s] - Time after dilution where data for doubling time determination are ignored. By default growthRateEvalFrac, i.e. only limited fraction of the data points is used for calculations.
71
76
* This is to prevent influence of post dilution effect on doubling time evaluation. If 0 or false, growthRateEvalDelay is used instead. Note that to completely disable data limitation you need to set both growthRateEvalFrac and growthRateEvalDelay to 0.
72
-
* @param {string} groupGMS - Identifies the group that contains Gas Mixing System.
77
+
* @param {string} groupGMS - Identifies the group that contains Gas Mixing System. System value - do not change unless sure what you are doing!
0 commit comments