pastas.rfunc.Polder.block# Polder.block(p, dt=1, cutoff=None, maxtmax=None)# 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 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 block response. Return type numpy.array