pastas.rfunc.HantushWellModel.step ================================== .. py:method:: pastas.rfunc.HantushWellModel.step(p: pastas.typing.ArrayLike, dt: float = 1.0, cutoff: float | None = None, maxtmax: float | None = None, warn: bool = True, **kwargs) -> pastas.typing.ArrayLike Return the step function for HantushWellModel response. :param p: Response function parameters [A, a, b] or [A, a, b, distance]. :type p: array_like :param dt: Time step in days. Default is 1.0. :type dt: float, optional :param cutoff: Fraction of the step response used to determine the response cutoff. :type cutoff: float, optional :param maxtmax: Maximum response time to compute. :type maxtmax: float, optional :param warn: Whether to log a warning if distance is not provided. Default is True. :type warn: bool, optional :param \*\*kwargs: Additional keyword arguments. :returns: **step** -- Array with the step response. :rtype: array_like .. !! processed by numpydoc !!