pastas.rfunc.One.block ====================== .. py:method:: pastas.rfunc.One.block(p: pastas.typing.ArrayLike, dt: float = 1.0, cutoff: float | None = None, maxtmax: int | None = None) -> pastas.typing.ArrayLike Method to return the block function. :param p: array_like object with the values as floats representing the model parameters. :type p: array_like :param dt: timestep as a multiple of one day. :type dt: float :param kwargs: kwargs are passed onto self.step() :type kwargs: dict :returns: **s** -- Array with the block response. :rtype: array_like .. !! processed by numpydoc !!