Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is my first time conecting python with psseuniversity

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?