First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You have to redirect PSS/E to Python, See the modified code below:
CASE = r"C:\Users\N\Desktop\PDIS\03_10.sav" import redirect redirect.psse2py() psspy.psseinit(5) psspy.case(CASE) psspy.fnsl( options1=0, options5=0, )
Regards Nagaraj Neradhala