Ask Your Question
0

What is wrong with my .raw version load?

asked Nov 23 '1

Willy gravatar image

updated Nov 23 '1

What is the error in my attempt to load the version of a .raw file through Python?

int = psseobj.getdefaultint() psspy.readsubrawversion(int, "30.0", circuitpath+circuit_file, [int, int, int], int, [0.69, 500.0], int, int, int)

Messages for api: READSUBRAWVERSION PSS(R)E not properly initialized (005299) 12

2 answers

Sort by » oldest newest most voted
0

answered Nov 23 '1

Willy gravatar image

Thanks! I forgot that first little psseinit() - face palm

link
0

answered Nov 23 '1

perolofl gravatar image

If you run this script outside PSSE you must first start PSSE before reading a raw data file. "PSS(R)E not properly initialized" tells you that PSSE is not started.

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

1 follower

Stats

Asked: Nov 23 '1

Seen: 264 times

Last updated: Nov 23 '21