Ask Your Question

Ellie's profile - activity

2018-06-13 21:36:21 -0500 received badge  Famous Question (source)
2018-06-13 21:36:21 -0500 received badge  Notable Question (source)
2018-03-04 17:47:41 -0500 received badge  Famous Question (source)
2017-09-18 21:55:07 -0500 received badge  Popular Question (source)
2017-09-13 09:21:51 -0500 asked a question 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.

2017-09-11 15:00:22 -0500 received badge  Notable Question (source)
2017-09-01 08:49:48 -0500 received badge  Popular Question (source)
2017-08-27 10:33:07 -0500 commented answer No able to open case

Same as always, Thank you very much Jconto.

2017-08-26 17:55:08 -0500 answered a question No able to open case

I tried with sanenw.sav and it dose not have a problem? How can I get .sav version of IEEE 30 bus?

Thank you

2017-08-26 17:46:21 -0500 asked a question No able to open case

I have a PSSE file and try to open it in Python like: (I imported the psspy before)

psspy.psseinit(30)

casepath= installPath+'\'+'Cases\IEEE30bus' psspy.case(casepath)

The python gives an error of:

Unknown error # 1. C:\Users\Eli\Desktop\PSSEPaper\Cases\IEEE30bus.sav (OpnApplFil/OPNSEA)

WOuld you please help me with the problem?