pastas.rfunc.Spline.step# Spline.step(p, dt=1, cutoff=None, maxtmax=None)[source]# Method to return the step function. Parameters p (array_like) – array_like object with the values as floats representing the model parameters. dt (float) – timestep as a multiple of of day. cutoff (float, optional) – float between 0 and 1. maxtmax (int, optional) – Maximum timestep to compute the block response for. Returns s – Array with the step response. Return type numpy.array