e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
885 stars 485 forks source link

time series with multiple loads #2421

Open WajihaNazHasan opened 1 month ago

WajihaNazHasan commented 1 month ago

Feature Checklist

Issue

Hello!

I am very new to pandapower. I would like to run time series for my designed LV distribution network. I have a total of 12 loads (4 loads are of same 'p_mw' and 'q_mvar' values and and remaining 8 loads are of same value). I have one residential load curve that I would like to apply on all the loads. I have the values 'Time' and 'pu' of load curve that I need to put in in my code. Could you please tell me how to do that because I cannot find any such help. Also please tell me that do I need to create just one controller for all the loads or do I need to create 12 controllers (one for each load)

when I run my code with one load and one controller it works fine but when I introduce any other load it produces this error 'ValueError: Must have equal len keys and value when setting with an iterable'.

Also please can you tell me how to create multiple controllers for the load or how to fix this issue?

Thank you so much

Label

vogt31337 commented 5 days ago

@WajihaNazHasan is this still relevant? Have you looked into the tutorials? There should be everything you need.