| Home | Trees | Indices | Help |
|
|---|
|
|
PwaSysDyn class for specifying a polytopic piecewise affine system. A PwaSysDyn object contains the fields:
list_subsys: list of LtiSysDyn
domain: domain over which piecewise affine system is
defined, type: polytope.Polytope or polytope.Region
time_semantics: 'discrete' (if system is originally a
discrete-time system) or 'sampled' (if system is sampled from a
continuous-time system)
timestep: A positive real number containing the timestep
(for sampled systems)
For the system to be well-defined the domains of its subsystems should be mutually exclusive (modulo intersections with empty interior) and cover the domain.
LtiSysDyn, SwitchedSysDyn, polytope.Polytope
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |