First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
After importing psspy module, I just want to open a saved case, on a file named "rede.sav".
The code is:
ierr = psspy.case("rede.sav")
and I got the msg "Messages for api CASE PSS(R)E not properly initialized (004288)"
with error code 4 which means "prerequisite requirements for API are not met"
What am I doing wrong?