Skip to content

Latest commit

 

History

History
46 lines (22 loc) · 767 Bytes

getting_started.rst

File metadata and controls

46 lines (22 loc) · 767 Bytes

Getting Started

What is BMS for?

BMS stands for "Block Model Simulator". It helps defining a DynamicalSystem, a collection of variables linked by equations or behaviors.

The values of the model's variables are computed by the model and can be displayed or post-treated.

Here is for example the output of an electric motor model:

image

Installation

The easy way:

pip install bms

or, if you are running python3:

pip3 install bms

Alternatively, you can download the source at: https://pypi.python.org/pypi/bms/ After extracting, execute:

python setup.py install 

If you are running python3:

python3 setup.py install