1

Creating and editing an "Eventstudyfile" with python

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

anonymous user
asked 2013-03-21 17:11:43 -0500
edit flag offensive 0 remove flag close merge delete

Comments

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.

JervisW's avatar JervisW (2013-04-22 03:09:09 -0500) edit

How about creat idv file for eventstudy, then use python to load idv?

SC's avatar SC (2014-02-04 07:47:17 -0500) edit
add a comment see more comments

1 Answer

0

Sir, In the dynamic simulation you can actually calculate cct using python while loop along with python automate file. This while loop check can be done with reporting tool and critical fault limit.

Its acuracy is as good as with the python program alpha variable

Anil Kumar's avatar
1
Anil Kumar
answered 2022-02-05 05:56:32 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer