Skip to content

Commit 27b109e

Browse files
committed
doc: remove useless example for DelayLtiSystem
1 parent 852754d commit 27b109e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/model/linmodel.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,6 @@ end
166166
Discretize with zero-order hold when `sys` is a continuous system with delays.
167167
168168
The delays must be multiples of the sample time `Ts`.
169-
170-
# Examples
171-
```jldoctest
172-
julia> model = LinModel(tf(4, [10, 1])*delay(2), 0.5)
173-
Discrete-time linear model with a sample time Ts = 0.5 s and:
174-
1 manipulated inputs u
175-
5 states x
176-
1 outputs y
177-
0 measured disturbances d
178-
```
179169
"""
180170
function LinModel(sys::DelayLtiSystem, Ts::Real; kwargs...)
181171
sys_dis = minreal(c2d(sys, Ts, :zoh)) # c2d only supports :zoh for DelayLtiSystem

0 commit comments

Comments
 (0)