Skip to content
Steven Masfaraud edited this page Feb 5, 2016 · 17 revisions

BMSpy

Block Model Simulator for python

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.

Documentation (including tutorials) has been moved on pythonhosted: http://pythonhosted.org/bms/

Electric motor example

Clone this wiki locally