Ask Your Question
0

What is wrong with my .raw version load?

asked 2021-11-23 02:37:44 -0500

Willy gravatar image

updated 2021-11-23 02:41:28 -0500

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

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2021-11-23 10:18:20 -0500

Willy gravatar image

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

edit flag offensive delete link more
0

answered 2021-11-23 09:18:25 -0500

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.

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

1 follower

Stats

Asked: 2021-11-23 02:37:44 -0500

Seen: 185 times

Last updated: Nov 23 '21