[Solved] How to simulate saturations and thresholds with Scipy?


You could try Steven Masfaraud’s block module simulator (BMS). As of August 2016 it has nonlinear block elements for Saturation, Coulomb, Dead Zone, and Hysteresis. Here’s a link to one of his examples.

The other option on this Quora post is PyLinX.

It looks like SciPySim may no longer be under development, from this link that states “Please note that this project is no longer being actively developed or maintained.”.

solved How to simulate saturations and thresholds with Scipy?