Answer
Jan 07, 2021 - 09:19 AM
Hi,
I've faced a similar situation, so I've developed a Python Package that reads the .out file with the data that the PSCAD will export. After reading all the .out files it will create a unique .csv file that contains all the variables and also its name.
to use it, first download the package using pip:
$ pip install ImPSCAD
The package is really simple to use and it can be found on my Github page:
https://github.com/LuisArthurNH/ImPSCAD
Even though it is a bit late for you, it may help someone else.
I've faced a similar situation, so I've developed a Python Package that reads the .out file with the data that the PSCAD will export. After reading all the .out files it will create a unique .csv file that contains all the variables and also its name.
to use it, first download the package using pip:
$ pip install ImPSCAD
The package is really simple to use and it can be found on my Github page:
https://github.com/LuisArthurNH/ImPSCAD
Even though it is a bit late for you, it may help someone else.
Add New Comment