pastas.rfunc.Spline.get_tmax ============================ .. py:method:: pastas.rfunc.Spline.get_tmax(p: pastas.typing.ArrayLike, cutoff: float | None = None) -> float Get response time for Spline response function. :param p: Response function parameters [A, factors...]. :type p: array_like :param cutoff: Fraction of the step response used to determine the response cutoff. This has no effect for this response function. :type cutoff: float, optional :returns: **tmax** -- Maximum time from the spline times (last element of self.t). :rtype: float .. !! processed by numpydoc !!