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 66e600b commit ad84df7Copy full SHA for ad84df7
src/sim_model.jl
@@ -103,9 +103,9 @@ end
103
104
Init `model.x` with manipulated inputs `u` and measured disturbances `d` steady-state.
105
106
-It calls [`steadystate!(u, d)`](@ref):
+It calls [`steadystate!(model, u, d)`](@ref):
107
108
-- If `estim.model` is a [`LinModel`](@ref), the method computes the steady-state of current
+- If `model` is a [`LinModel`](@ref), the method computes the steady-state of current
109
inputs `u` and measured disturbances `d`.
110
- Else, `model.x` is left unchanged. Use [`setstate!`](@ref) to manually modify it.
111
0 commit comments