e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas

Home Page:https://www.pandapower.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to adjust steps of shunt devices in time series simulation

mchirsa5 opened this issue · comments

Feature Checklist

Issue

I'm running the time series simulation for a distribution system. In the simulation, I will have hundreds of transformers and shunt capacitors. I want to adjust the tap of the transformers and the steps of the c-bank based on the voltage magnitudes of the connected bus. Currently, I can change the taps of transformers in the network using "trafocontroller". However, I don't know how to adjust the steps of the c-bank based on the voltage magnitude of the connected bus. Could you advise if there is any function to do that kind of adjustment?

Label

  • Relevant labels are selected

Tasks

No tasks being tracked yet.
commented

Can't you just set the step of the shunt? If this is the case, you could write a shunt controller similar to the trafo controller and just add it. Maybe write one and send a Pull Request.