Ask Your Question

lmcvey21's profile - activity

2014-07-21 23:00:50 -0500 received badge  Famous Question (source)
2014-07-17 09:01:43 -0500 received badge  Famous Question (source)
2014-04-26 23:28:24 -0500 received badge  Famous Question (source)
2014-04-08 11:21:24 -0500 received badge  Notable Question (source)
2014-04-07 15:37:10 -0500 commented question Exporting Power flow data to excel

I need the bus number and new voltage at the bus

2014-04-06 21:17:30 -0500 received badge  Popular Question (source)
2014-04-04 14:24:16 -0500 received badge  Notable Question (source)
2014-04-01 17:38:23 -0500 asked a question Exporting Power flow data to excel

I am performing a fnsl on a psse model. Once the power flow is complete the data is displayed on the Python shell window. I need to export this data into an excel file and was hoping someone could give me some pointers of how to do this?

thanks,

2014-03-27 21:35:50 -0500 received badge  Popular Question (source)
2014-03-27 18:48:55 -0500 commented answer Disconnecting branches

so i have a 14 bus system but not all buses are connected. for example bus one is connected to bus 2 but not to bus 3. Is there some way to check if the buses are connected and if no then perform the above code if not check the next bus an so on? Thanks so much for your help

2014-03-27 18:12:30 -0500 received badge  Notable Question (source)
2014-03-26 23:03:48 -0500 received badge  Student (source)
2014-03-26 17:17:20 -0500 asked a question Disconnecting branches

Is there a command i can use that will disconnect a branch between two buses, allow me to perform a power flow and then reconnect the branch ?

thanks

2014-03-24 07:14:37 -0500 received badge  Popular Question (source)
2014-03-20 15:20:33 -0500 asked a question initialising Psse from Python

I followed the example to write a python script to load PSSe however in the PSSe command window the initialise text does not appear even though there appears to be no issue with the code. Could you give any advice ?