pastas.model.Model.get_stressmodel_settings =========================================== .. py:method:: pastas.model.Model.get_stressmodel_settings(name: str) -> dict[str, Any] | None Method to obtain the time series settings for a stress model. :param name: string with the name of the pastas.stressmodel object. :type name: str, optional :returns: Dictionary with the settings or "None" of no stress are present, e.g., for a step model that uses no stress. :rtype: dict or None .. !! processed by numpydoc !!