Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upb-lea/pygeckocircuits2
A Python wrapper for GeckoCIRCUITS.
https://github.com/upb-lea/pygeckocircuits2
automatization geckocircuits python
Last synced: 3 months ago
JSON representation
A Python wrapper for GeckoCIRCUITS.
- Host: GitHub
- URL: https://github.com/upb-lea/pygeckocircuits2
- Owner: upb-lea
- Created: 2024-05-07T13:10:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T09:40:16.000Z (6 months ago)
- Last Synced: 2024-09-15T11:50:12.346Z (5 months ago)
- Topics: automatization, geckocircuits, python
- Language: Python
- Homepage: https://upb-lea.github.io/pygeckocircuits2/
- Size: 2.84 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-open-source-power-electronics - PyGeckoCircuits2 - lea.github.io/pygeckocircuits2/intro.html">Documentation</a></li> <li> <a href="https://github.com/upb-lea/pygeckocircuits2">GitHub</a></li> </ul> | ![](Images/pygeckocircuits2.png) | (Circuit Simulation and Calculation)
README
Welcome to PyGeckoCircuits2
==================================================
This repository was inspired by `MaurerM/pygeckocircuits `__, added by certain functions and a pip-installable package.Control a GeckoCircuits simulation by Python code.
.. image:: docs/source/figures/pygeckocircuits2.png
Installation
---------------------------------------
Install pygeckocircuits2 directly from pyPI:::
pip install pygeckocircuits2
Usage
---------------------------------------
Download the compiled gecko-version from `tinix84/gecko `__.Run the `example file `__ to see the given functions.
Documentation
---------------------------------------Find the documentation `here `__.
Troubleshooting
---------------------------------------
* As of now, there are issues with OpenJDK 21 (LTS). Please use OpenJDK 17 (LTS) so far. See also `this issue `__.