First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version | asked 2012-07-11 11:04:51 -0600 Anonymous |
I am trying to automate PSSE using python scripts. Specifically, my goal is to import a *.sav file along with a *.con file, *.mon file, and a *.sub file to create a *.dfx file then to use that to create a *.acc file which should then be exported to excel. Using the python recording feature of PSSE I have code that creates both files but I can't seem to get the code to export the report to excel.
2 | No.2 Revision |
I am trying to automate PSSE using python scripts. Specifically, my goal is to import a *.sav file along with a *.con file, *.mon file, and a *.sub file to create a *.dfx file then to use that to create a *.acc file which should then be exported to excel. Using the python recording feature of PSSE I have code that creates both files but I can't seem to get the code to export the report to excel. Let me know if you have any suggestions.
3 | retagged |
I am trying to automate PSSE using python scripts. Specifically, my goal is to import a *.sav file along with a *.con file, *.mon file, and a *.sub file to create a *.dfx file then to use that to create a *.acc file which should then be exported to excel. Using the python recording feature of PSSE I have code that creates both files but I can't seem to get the code to export the report to excel. Let me know if you have any suggestions.