Ask Your Question

samcr's profile - activity

2023-03-23 13:04:56 -0500 received badge  Famous Question (source)
2023-03-23 04:40:31 -0500 received badge  Notable Question (source)
2023-03-22 00:50:45 -0500 received badge  Popular Question (source)
2023-03-21 04:28:03 -0500 received badge  Editor (source)
2023-03-21 04:26:24 -0500 asked a question 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?