There was an error while loading. Please reload this page.
2 parents 3890b0e + 0651980 commit 999e456Copy full SHA for 999e456
1 file changed
docs/userguide/read_output.md
@@ -12,7 +12,7 @@ The following method creates a time series `DataFrame` that includes a new `date
12
```python
13
import pySWATPlus
14
15
-output = pySWATPlus.SensitivityAnalyzer.simulated_timeseries_df(
+output = pySWATPlus.DataManager().simulated_timeseries_df(
16
data_file=r"C:\Users\Username\custom_folder\channel_sd_mon.txt",
17
has_units=True,
18
begin_date='01-Jun-2011',
0 commit comments