First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi everybody,
Initially, I would initialize the case with the instruction: psspy.psseinit("number of the bus") For example, psspy.psseinit(100000)
Another hand, I would substitute CASE=r'rede.sav' with CASE=str(REDEPATH)+"\"+"rede.sav" and after that I would put psspy.case(CASE).
I hope your problem be solved.