Ask Your Question
0

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.

asked 2017-09-13 09:21:51 -0500

Ellie gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-09-17 08:57:29 -0500

jconto gravatar image

Assuming you can load PSSPY, then open the case after psseinit.

psspy.psseinit(100000)
_i=psspy.getdefaultint()
_f=psspy.getdefaultreal()
_s=psspy.getdefaultchar() 
psspy.case(casepath)   #after psseinit!
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2017-09-13 09:21:51 -0500

Seen: 427 times

Last updated: Sep 17 '17