pastas.rfunc.One ================ .. toctree:: :hidden: /api/pastas/rfunc/One.get_init_parameters /api/pastas/rfunc/One.get_tmax /api/pastas/rfunc/One.step /api/pastas/rfunc/One.block /api/pastas/rfunc/One.moment .. py:class:: pastas.rfunc.One(cutoff: float = 0.999, **kwargs) Instant response with no lag and one parameter d. :param up: indicates whether a positive stress will cause the head to go up (True) or down (False), if None (default) the head can go both ways. :type up: bool or None, optional :param gain_scale_factor: the scale factor is used to set the initial value and the bounds of the gain parameter, computed as 1 / gain_scale_factor. :type gain_scale_factor: float, optional :param cutoff: proportion after which the step function is cut off. Has no influence for this response function. :type cutoff: float, optional .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.rfunc.One.get_init_parameters pastas.rfunc.One.get_tmax pastas.rfunc.One.step pastas.rfunc.One.block pastas.rfunc.One.moment