pastas.rfunc.One.step ===================== .. py:method:: pastas.rfunc.One.step(p: pastas.typing.ArrayLike, dt: float = 1.0, cutoff: float | None = None, maxtmax: float | None = None, **kwargs) -> pastas.typing.ArrayLike Return the step function for One response. :param p: Response function parameters [A]. :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. This has no effect for this response function. :type cutoff: float, optional :param maxtmax: Maximum response time to compute. This has no effect for this response function. :type maxtmax: float, optional :param \*\*kwargs: Additional keyword arguments. :returns: **step** -- Array with the step response (instant response with value p[0]). :rtype: array_like .. !! processed by numpydoc !!