This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.signal.StateSpace.to_ss¶
-
StateSpace.
to_ss
()[source]¶ Return a copy of the current
StateSpace
system.Returns: - sys : instance of
StateSpace
The current system (copy)
- sys : instance of