First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I have a PSSE file and try to open it in Python like: (I imported the psspy before)
psspy.psseinit(30)
casepath= installPath+'\'+'Cases\IEEE30bus' psspy.case(casepath)
The python gives an error of:
Unknown error # 1. C:\Users\Eli\Desktop\PSSEPaper\Cases\IEEE30bus.sav (OpnApplFil/OPNSEA)
WOuld you please help me with the problem?