Skip to content

Control systems magazine article

Peter Corke edited this page May 25, 2026 · 2 revisions

Updates for readers of CSM article

A tutorial article about bdsim was published in Control Systems Magazine, June 20206: A new Python-based tool for simulation of dynamical systems.

Some changes since the article was submitted include:

  • Jupyter notes have been created, and these can be run in the browser with zero installation.ReferenceError
  • There are many more example files in the examples directory. The example used in the article, eg1.py, can be found there.
  • The block diagram editor, bdedit, has been improved and is now much more robust.
  • There is a new syntax element, the >> operator, which allows you to connect blocks in a more intuitive way, eg.
plant_input = bd.SUM("+-") >> bd.GAIN(5)

Clone this wiki locally