Skip to content

Commit a7bae6c

Browse files
committed
idem
1 parent 13f2504 commit a7bae6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/state_estim.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ Init `estim.x̂` states from current inputs `u`, measured outputs `ym` and distu
170170
171171
The method tries to find a good steady-state to initialize `estim.x̂` estimate :
172172
173-
- If `estim.model` is a [`LinModel`](@ref), it evaluates `estim.model` steady-state with
174-
current inputs `u` and measured disturbances `d`, and saves the result to `estim.x̂[1:nx].`
173+
- If `estim.model` is a [`LinModel`](@ref), it evaluates `estim.model` steady-state (using
174+
[`steadystate`](@ref)) with current inputs `u` and measured disturbances `d`, and saves
175+
the result to `estim.x̂[1:nx].`
175176
- Else, the current deterministic states `estim.x̂[1:nx]` are left unchanged (use
176177
[`setstate!`](@ref) to manually modify them).
177178

0 commit comments

Comments
 (0)