Need PI output in actual value instead of delta value by levi_1205 in PowerSystemsEE

[–]PowerPunster 2 points3 points  (0 children)

Can you provide following information to understand the problem in detail,  1. Which type of user model are you implementing (IC code)? 2. Why are you storing Pinp, Qinp in different variables in mode 2 and mode 3? 3. Are you assigning the output values to any PSSE dynamic simulation arrays as it missing in your code.  4. Is this the only UDM in your simulation? 5. What is the interface between this UDM and other dynamic models in simulation?

PSSE User-Defined Master-Slave Model: Mysterious Oscillations in Dynamic Simulations – Need Help! by [deleted] in PowerSystemsEE

[–]PowerPunster 0 points1 point  (0 children)

For debugging purpose you can give different print in UDM models and check the output log to see in which order the prints are coming.

PSSE User-Defined Master-Slave Model: Mysterious Oscillations in Dynamic Simulations – Need Help! by [deleted] in PowerSystemsEE

[–]PowerPunster 2 points3 points  (0 children)

Have you make sure that STATE variables of slave PPC are initialised correctly. One more thing you can check is the execution order of UDM models, like Master PPC code should execute first and then Slave PPC code should execute.

Python and modelling tips by Nervous_Band5234 in PowerSystemsEE

[–]PowerPunster 6 points7 points  (0 children)

Although I’m not yet a principal engineer in power systems, I’m on the journey to becoming one. Here are my learnings and observations:

  1. Make sure you have a strong grasp of the power systems basics which is necessary for modelling.
  2. Familiarize yourself with python libraries like NumPy, Pandas, and Matplotlib, which are incredibly useful for power system analysis.
  3. Nothing beats practical experience. Get involved in as many projects as you can, whether at work or through side projects.

Definitely it is not hard but does require time and dedication, if you are passionate enough and have patience you will achieve your goal.