pastas.rfunc.DoubleExponential.get_tmax#
- pastas.rfunc.DoubleExponential.get_tmax(p: pastas.typing.ArrayLike, cutoff: float | None = None) float#
Get response time for a certain cutoff for DoubleExponential response function.
- Parameters:
p (array_like) – Response function parameters [A, alpha, a1, a2].
cutoff (float, optional) – Fraction of the step response used to determine the response cutoff. Defaults to self.cutoff if cutoff is None.
- Returns:
tmax – Time when the step response has reached the cutoff fraction of its upper limit.
- Return type: