Ask Your Question

Revision history [back]

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