Skip to content

Commit 9f5d669

Browse files
committed
TRV: updated features list for iosys
1 parent 8f0ad6a commit 9f5d669

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

control/iosys.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
# - Use this to implement signal names for operators?
99
# * Allow constant inputs for MIMO input_output_response (w/out ones)
1010
# * Add support for constants/matrices as part of operators (1 + P)
11-
# * Put together a linearization-based example (from FBS or OBC)
1211
# * Add unit tests (and example?) for time-varying systems
1312
# * Allow time vector for discrete time simulations to be multiples of dt
1413
# * Check the way initial outputs for discrete time systems are handled
1514
# * Rename 'connections' as 'conlist' to match 'inplist' and 'outlist'?
1615
# * Allow signal summation in InterconnectedSystem diagrams (via new output?)
17-
# * Add ability to choose which inputs/outputs to constrain in find_eqpt()
18-
# * Add support for (and examples of) class instantiation of I/O systems?
1916
#
2017

2118
"""The :mod:`~control.iosys` module contains the

0 commit comments

Comments
 (0)