⚡A python micro-framework for steady-state simulation and data analysis of electrical distribution systems modeled on OpenDSS.
Mode support: Static and Time-series.
The propose of DSSData is to facilitate the steady-state simulation of modern electrical distribution systems, such as microgrid, smart grids, and smart cities.
With DSSData you can easily make your own super new fancy operation strategies with storage or generators, probabilistic simulation, or a simple impact studies of a distributed generator. See an example in our Tutorial.
All you need is your base distribution system modeled in OpenDSS!!!
We built the DSSData for you just write what you want in a simple function, plugin on a power flow mode, and run.
You don't need anymore write a routine to run each power flow per time.
We strongly recommend the use of virtual environments manager.
pip install dssdata
poetry add dssdata
See our Issue section!