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 cf25a05 commit 6c32692Copy full SHA for 6c32692
src/Blocks/utils.jl
@@ -130,8 +130,8 @@ Single input single output (SISO) continuous system block.
130
y_start = 0.0
131
end
132
@variables begin
133
- u(t) = u_start, [description = "Input of SISO system"]
134
- y(t) = y_start, [description = "Output of SISO system"]
+ u(t), [guess = u_start, description = "Input of SISO system"]
+ y(t), [guess = y_start, description = "Output of SISO system"]
135
136
@components begin
137
input = RealInput(guess = u_start)
0 commit comments