pastas.stressmodels.RechargeModel.update_stress =============================================== .. py:method:: pastas.stressmodels.RechargeModel.update_stress(tmin: pandas.Timestamp | str | None = None, tmax: pandas.Timestamp | str | None = None, freq: str | None = None) -> None Method to update the settings of the all stresses in the stress model. :param freq: String representing the desired frequency of the time series. Must be one of the following: (D, h, m, s, ms, us, ns) or a multiple of that e.g. "7D". :type freq: str, optional :param tmin: A string or pandas.Timestamp with the minimum time of the series (E.g. '1980-01-01 00:00:00'). :type tmin: pandas.Timestamp or str, optional :param tmax: A string or pandas.Timestamp with the maximum time of the series (E.g. '2020-01-01 00:00:00'). Strings are converted to pandas.Timestamp internally. :type tmax: pandas.Timestamp or str, optional .. rubric:: Notes For the individual options for the different settings please refer to the docstring from the TimeSeries.update_series() method. .. seealso:: :py:obj:`ps.timeseries.TimeSeries.update_series` .. !! processed by numpydoc !!