pastas.rfunc.Polder.get_tmax ============================ .. py:method:: pastas.rfunc.Polder.get_tmax(p: pastas.typing.ArrayLike, cutoff: float | None = None) -> float Method to get the response time for a certain cutoff. For instance, a cutoff of 0.99 returns the time when the step response has reached 99% of its upper limit, i.e. the gain. :param p: Response function parameters. :type p: array_like :param cutoff: Fraction of the step response used to determine the response cutoff. Defaults to `self.cutoff` if `cutoff is None`. :type cutoff: float, optional :returns: **tmax** :rtype: float .. !! processed by numpydoc !!