Skip to content

Commit b39d0e8

Browse files
authored
add keyword to docstring
1 parent 905271c commit b39d0e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ControlSystemsBase/src/connections.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ y &= [C; C_2]x + [D; D_2]u \\\\
183183
\\end{aligned}
184184
```
185185
If `C2` is an integer it will be interpreted as an index and an output matrix containing a single 1 at the specified index will be used.
186+
187+
When called with `C2 = I(sys.nx)`, this function is in some settings known to as `augstate`.
186188
"""
187189
function add_output(sys::AbstractStateSpace, C2::AbstractArray, D2=0)
188190
T = promote_type(numeric_type(sys), eltype(C2), eltype(D2))

0 commit comments

Comments
 (0)