I cannot import pssarrays
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?