pastas.rfunc.One.step#
- 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.
- Parameters:
p (array_like) – Response function parameters [A].
dt (float, optional) – Time step in days. Default is 1.0.
cutoff (float, optional) – Fraction of the step response used to determine the response cutoff. This has no effect for this response function.
maxtmax (float, optional) – Maximum response time to compute. This has no effect for this response function.
**kwargs – Additional keyword arguments.
- Returns:
step – Array with the step response (instant response with value p[0]).
- Return type:
array_like