Ask Your Question

Karma1's profile - activity

2021-05-04 15:12:21 -0500 received badge  Favorite Question (source)
2018-05-20 05:36:15 -0500 received badge  Enthusiast
2018-05-20 05:36:14 -0500 received badge  Enthusiast
2018-05-07 22:08:03 -0500 received badge  Famous Question (source)
2018-04-28 08:45:18 -0500 received badge  Notable Question (source)
2018-04-27 13:33:40 -0500 commented question saving power flow results to file and creating excel tables

Excelpy runs fine. Thanks

2018-04-27 09:28:19 -0500 received badge  Popular Question (source)
2018-04-25 16:58:34 -0500 asked a question saving power flow results to file and creating excel tables

I would like to to run psspy.rate_2() function to get an indication of lines and transformers that are overloaded. Thereafter, I would like to export the results of this function to an excel worksheet. Can anyone provide a complete python script to do this?

2017-09-05 20:20:17 -0500 received badge  Famous Question (source)
2017-09-05 12:38:11 -0500 commented answer Extract data with dyntools and plot with matplotlib

#jconto and #zezo510, job well done guys! #zezo510 replacing ax1 with plt in your answer like #jconto did works wonders...I guess you actually didn't mean to type ax1 as well. I hope admin can take note of this answer as the most complete on this subject.

2017-09-05 12:24:32 -0500 received badge  Scholar (source)
2017-09-04 20:40:12 -0500 received badge  Notable Question (source)
2017-09-03 03:57:24 -0500 received badge  Popular Question (source)
2017-09-01 17:31:29 -0500 asked a question Extract data with dyntools and plot with matplotlib

I am running psse from python but how do I extract the data from the .out file using dyntools and then plot with matplotlib? In my view, this aspect has not been cover well on this forum. Does anyone have a complete code (load flow+dynamic simulation+extracting data using dyntools+plotting using matplotlib), say using the savnw.sav and savnw.dyr files in PSSE examples?

2017-09-01 02:06:31 -0500 commented answer Using psspy and dyntools without PSSE

@IanMelbourne93, could you share the code to run dyntools for extraction of data and then plot in matplotlib? Thanks in advance

2017-05-19 03:27:05 -0500 commented answer Run GUI with Python

Hi, does any of you guys have the code for extracting data from an output file using dyntools and then plotting using matplotlib?

2017-01-17 12:57:40 -0500 commented answer Plot Legend for Dyntools

hi. how can I xtract channel 1 data?

2017-01-17 05:24:49 -0500 commented answer Dynamic Simulation data as variable in Python

Hi. I am able to extract the time using this code but I don't quite understand how to extract a specific channel. is ch the name of a specific channel in ch_id? please bear with me...i am new to python. So I tried this but it didnt work: print ch_id #to know the channel ids v=ch_id.get('chan id')