First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

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 Sep 13 '17

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.

1 answer

Sort by » oldest newest most voted
0

answered Sep 17 '17

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!
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Sep 13 '17

Seen: 459 times

Last updated: Sep 17 '17