I cannot import pssarrays

asked 2023-03-21 04:26:24 -0500

samcr gravatar image

updated 2023-03-21 04:28:03 -0500

Dear all,

I am quite new to python scripting with PSSE, although I managed to write some scripts to automate loadflow cases. I am trying to export short circuit currents to csv files, but I am getting an error in the following line: "import pssarrays".

The error is as follows:

*Traceback (most recent call last):

KeyError: 'figure.titlesize is not a valid rc parameter.See rcParams.keys() for a list of valid parameters.'*

I have no problems with the other modules (import pssaccss, import redirect, import psspy, etc). It seems the problem comes from the matplotlib, but I am not using it in this script and when I use it I have no problems.

Please, Could someone help me or give me a hint to know how to proceed?

edit retag flag offensive close merge delete