pastas.stressmodels.TarsoModel.to_dict# pastas.stressmodels.TarsoModel.to_dict(series: bool = True) → dict[str, Any]# Export the stressmodel to a dictionary. Parameters: series (bool, optional) – Whether to include the time series in the dictionary. If False, only the metadata of the time series is included. Default is True. Returns: A dictionary containing the information of the stressmodel. Return type: dict