Python wrapper for the GeckoCIRCUITS REST API, built on top of the pycircuitsim-core shared interfaces.
Provides a Pythonic interface to control GeckoCIRCUITS simulations programmatically — run parametric sweeps, extract waveforms, and automate batch simulations through the GeckoCIRCUITS REST server.
pygeckocircuit/
├── pygeckocircuit/ # Main package
├── config/ # Configuration files
├── data/ # Sample data and models
├── tests/ # Unit tests
└── pyproject.toml # Package metadata
pip install -e .- Python 3.8+
- GeckoCIRCUITS (with REST server enabled)
- See
requirements.txtfor Python dependencies
- GeckoCIRCUITS — The circuit simulator
- pycircuitsim — Unified simulation toolkit (shared ABCs)
- pyplecs — PLECS simulation automation