automata4cps.cps

The module provides base classes to represent the dynamics of cyber-physical systems (CPS): - CPS, and, - CPSComponent.

Author: Nemanja Hranisavljevic, hranisan@hsu-hh.de

Classes

CPS(sys_id, components)

CPS class represents a cyber-physical system.

CPSComponent(id[, t, initial_q, initial_xt, ...])

General hybrid system class based on scipy and simpy.