We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24332b commit c41fc25Copy full SHA for c41fc25
src/sim_model.jl
@@ -187,7 +187,7 @@ detailstr(model::SimModel) = ""
187
@doc raw"""
188
initstate!(model::SimModel, u, d=[]) -> x
189
190
-Init `model.x0` with manipulated inputs `u` and meas. dist. `d` steady-state and reset time.
+Init `model.x0` with manipulated inputs `u` and meas. dist. `d` steady-state.
191
192
The method tries to initialize the model state ``\mathbf{x}`` at steady-state. It removes
193
the operating points on `u` and `d` and calls [`steadystate!`](@ref):
0 commit comments