Skip to content

Commit 838041b

Browse files
committed
update docstring
1 parent 5d2fbe0 commit 838041b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uxsim/uxsim.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,11 +2149,11 @@ def exec_simulation(W, until_t=None, duration_t=None, duration_t2=None):
21492149
The time until the simulation is to be executed in seconds.
21502150
If all of `until_t` and `duration_t` and `duration_t2` are None, the simulation is executed until the end. Default is None.
21512151
duration_t : float or None, optional
2152-
The duration for which the simulation is to be executed in seconds. Simulation runs `duration_t+1` seconds for a technical reason.
2153-
If all of `until_t` and `duration_t` and `duration_t2` are None, the simulation is executed until the end. Default is None.
2152+
The duration for which the simulation is to be executed in seconds. Simulation runs `duration_t+1` seconds for a technical reason. Old setting, not recommended.
2153+
If all of `until_t` and `duration_t` and `duration_t2` are None, the simulation is executed until the end. Default is None. Recommended.
21542154
duration_t2 : float or None, optional
21552155
The duration for which the simulation is to be executed in seconds. Simulation runs `duration_t2` seconds.
2156-
If all of `until_t` and `duration_t` and `duration_t2` are None, the simulation is executed until the end. Default is None.
2156+
If all of `until_t` and `duration_t` and `duration_t2` are None, the simulation is executed until the end. Default is None.
21572157
21582158
Returns
21592159
-------

0 commit comments

Comments
 (0)