-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Steven Masfaraud edited this page Dec 31, 2015
·
17 revisions
BMS is a block model time simulator: it computes time values of time functions (called variables) linked by blocks which represent equations and behaviors between them. A model (class DynamicSystem) contains blocks, which contains the variables.
BMS is designed as a lightweight, easy to automatize, open-source equivalent to Matlab's Simulink.
There is no graphical interface for now, just a python package with model and blocks definition. The model can draw itself for visualisation.
See in example folder for practical usage.
- Numpy
- Networkx
- Matplotlib