All projectsStatnett
PV Analyser
An internal Statnett tool for simulating and analysing power grid stability, integrated with Siemens PSS/E.

The problem
Statnett, Norway’s power grid operator, needed a better way to calculate grid stability. The analysis ran through Siemens PSS/E, but running and comparing scenarios was slow and manual.
What I built
PV Analyser is a desktop application in Python and PyQt that drives PSS/E directly. It lets engineers set up multiple scenarios, run them at the same time, and explore the results in a graphical interface before exporting the data for further analysis.
- Parallel scenario simulation instead of one run at a time.
- Interactive plots with Matplotlib and Pandas for comparing results.
- Typed data models with Pydantic so inputs are validated before they reach the simulator.

