Python Power Electronics Code
Circuit simulator for power electronics
Status: Beta
Brought to you by:
shivkiyer
File | Date | Author | Commit |
---|---|---|---|
command_line | 2019-07-05 |
![]() |
[d142cd] Command line bug fix - newline added to control |
web_app | 2021-06-24 |
![]() |
[01d393] Bug fix, writing control vars to plotkey file |
.gitignore | 2018-07-10 |
![]() |
[14049b] Adding settings.py and manage.py for compatibility |
README | 2018-05-01 |
![]() |
[e95220] Beginning the migration to Python 3 |
This git repository contains the circuit simulator Python Power Electronics in both the command line and web application format. The command line version is in the directory command_line while the web application is in the directory web_app. The final version of the simulator will be only in the master branch. Will start migrating both the CLI and the Web App from Python 2.7 to Python 3.