Creating and editing an "Eventstudyfile" with python
asked 2013-03-21 17:11:43 -0500
Anonymous
Hello ,
I was wondering if any of you know how to create evenstudies from python. I am trying to write a python script for calculating cct(critical clearing time) for dynamic simulation but I noticed there is no instruction on how to edit the content of the eventstudy file. There are apis for creating/opening and closing an eventstudy file, an api for choosing an eventstudy within the file but none for creating the event study in the file itself. If anyone of you has done this before can you please guide me on how to go about it?
I want to know how to calculated cct using python and PSSE or just how to edit the eventstudy file.
Thank you
Samuel
Hi Sam, how did you go on this one? For the record, for all of the PSSE automation file types there isn't any api. You must write out your event study file by hand or with a python script.
How about creat idv file for eventstudy, then use python to load idv?