Hello, I attempt to run the 118 bus with Python, after running the first part, it says the PSS(R)E not properly initialized . 004398 and could not find the INI file. Would you please give me your comments.
casepath= installPath+'\'+'CASEs\ieee118.sav'
psspy.case(casepath)
psspy.psseinit(100000)
_i=psspy.getdefaultint()
_f=psspy.getdefaultreal()
_s=psspy.getdefaultchar()
AFter running psspy.psseinit(100000) it says : PSS(R)E not properly initialized . 004398 could not find INI file Thanks.
add a comment