Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.45 KB

File metadata and controls

60 lines (48 loc) · 1.45 KB
.. currentmodule:: control

Control system classes

The classes listed below are used to represent models of input/output systems (both linear time-invariant and nonlinear). They are usually created from factory functions such as :func:`tf` and :func:`ss`, so the user should normally not need to instantiate these directly.

.. autosummary::
   :toctree: generated/
   :template: custom-class-template.rst

   StateSpace
   TransferFunction
   InputOutputSystem
   FrequencyResponseData
   TimeResponseData

The following figure illustrates the relationship between the classes and some of the functions that can be used to convert objects from one class to another:

classes.pdf


Input/output system subclasses

Input/output systems are accessed primarily via a set of subclasses that allow for linear, nonlinear, and interconnected elements:

.. autosummary::
   :template: custom-class-template.rst
   :nosignatures:

   InputOutputSystem
   InterconnectedSystem
   LinearICSystem
   LinearIOSystem
   NonlinearIOSystem

Additional classes

.. autosummary::
   :template: custom-class-template.rst
   :nosignatures:

   DescribingFunctionNonlinearity
   flatsys.BasisFamily
   flatsys.FlatSystem
   flatsys.LinearFlatSystem
   flatsys.PolyFamily
   flatsys.SystemTrajectory
   optimal.OptimalControlProblem
   optimal.OptimalControlResult