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

Ask Your Question
1

PSS(R)E not properly initialized

asked May 8 '13

bennettl gravatar image

I'm trying to run a python script and I'm getting the following error messages: Messages for api CASE PSS(R)E not properly initialized (004288)

Messages for api SOLUTIONPARAMETERS4 PSS(R)E not properly initialized (004288)

What does this error message mean and how do I solve it?

1 answer

Sort by » oldest newest most voted
1

answered May 8 '13

jsexauer gravatar image

Directly after importing psspy, you should do the following:

psspy.psseinit( 100000 )

Where 100000 is the bus size of the system.

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: May 8 '13

Seen: 2,962 times

Last updated: May 08 '13