pastas.rfunc.One.block# 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. Parameters: p (array_like) – array_like object with the values as floats representing the model parameters. dt (float) – timestep as a multiple of one day. kwargs (dict) – kwargs are passed onto self.step() Returns: s – Array with the block response. Return type: array_like