Skip to content

Commit

Permalink
doc: remove stuff that no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
franckgaga committed Oct 2, 2024
1 parent b9900d6 commit 0cd40e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/sim_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,8 @@ detailstr(model::SimModel) = ""
Init `model.x0` with manipulated inputs `u` and meas. dist. `d` steady-state and reset time.
The method resets the discrete time step `model.k` at `0` and tries to initialize the model
state ``\mathbf{x}`` at steady-state. It removes the operating points on `u` and `d` and
calls [`steadystate!`](@ref):
The method tries to initialize the model state ``\mathbf{x}`` at steady-state. It removes
the operating points on `u` and `d` and calls [`steadystate!`](@ref):
- If `model` is a [`LinModel`](@ref), the method computes the steady-state of current
inputs `u` and measured disturbances `d`.
Expand Down Expand Up @@ -237,7 +236,6 @@ end
Update `model.x0` states with current inputs `u` and meas. dist. `d` for the next time step.
The method computes and returns the model state for the next time step ``\mathbf{x}(k+1)``.
It also increment the discrete time step `model.k` by `1`.
# Examples
```jldoctest
Expand Down

0 comments on commit 0cd40e3

Please sign in to comment.