File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,8 @@ detailstr(model::SimModel) = ""
189189
190190Init `model.x0` with manipulated inputs `u` and meas. dist. `d` steady-state and reset time.
191191
192- The method resets the discrete time step `model.k` at `0` and tries to initialize the model
193- state ``\m athbf{x}`` at steady-state. It removes the operating points on `u` and `d` and
194- calls [`steadystate!`](@ref):
192+ The method tries to initialize the model state ``\m athbf{x}`` at steady-state. It removes
193+ the operating points on `u` and `d` and calls [`steadystate!`](@ref):
195194
196195- If `model` is a [`LinModel`](@ref), the method computes the steady-state of current
197196 inputs `u` and measured disturbances `d`.
237236Update `model.x0` states with current inputs `u` and meas. dist. `d` for the next time step.
238237
239238The method computes and returns the model state for the next time step ``\m athbf{x}(k+1)``.
240- It also increment the discrete time step `model.k` by `1`.
241239
242240# Examples
243241```jldoctest
You can’t perform that action at this time.
0 commit comments