0

What is wrong with my .raw version load?

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

Willy's avatar
3
Willy
asked 2021-11-23 02:37:44 -0500, updated 2021-11-23 02:41:28 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

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

Willy's avatar
3
Willy
answered 2021-11-23 10:18:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

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.

perolofl's avatar
3.8k
perolofl
answered 2021-11-23 09:18:25 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer