First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hello, I am trying to model a substation that has breaker-and-half implementation. My end goal is to do some contingency testing, so I am taking the .raw file I have and making it match the breaker setup in the real substation. I am currently using "psspy.stationbuildconfig()" but it seemingly generates the nodes and connects the associated branches randomly. I have to repeat this for a few different substations so I am trying to figure out the pattern so I can repeat it. I am using PSSE35.6 and python 3.9. Thanks in advance!