Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Load flow data from PSSE

Hi, I asked this question some days ago:

I am new in PSSE for Python. My question is... after reading the .raw file with RDCH, then what? How to print this information? Is this information stored in memory, I guess, so how to access to the information we have just read?

And thanks to Eli Pack I got a proper answer. But I would like to go a little bit farther in this topic. I need this data to initialize a Modelica model (which is the same model from PSSE). So, I need more than just invoking save() function once I read the .raw file. For example, I would like to have .raw data inside an array and the get data from the array to set the values in the Modelica model.

Any suggestions? How can I get .raw data after reading the file?

Greetings!