Ask Your Question

kdlewis95's profile - activity

2015-02-13 05:40:06 -0500 received badge  Student (source)
2015-02-03 08:53:24 -0500 received badge  Famous Question (source)
2015-02-01 08:54:11 -0500 received badge  Popular Question (source)
2015-02-01 08:54:11 -0500 received badge  Notable Question (source)
2015-01-29 20:25:53 -0500 received badge  Editor (source)
2015-01-29 20:23:08 -0500 asked a question Exporting branch R,X values to Excel

I have not been able to figure out how to extract the R & X values from the complex array created by using psspy.abrncplx and exporting the values to excel.

The snippet from the script:


ierr, branchrx = psspy.abrncplx(-1, string='RX')

xl.set_range(2, 'd', zip(*branchrx))


the script fails due to the zip function being unable to process the complex array.

Any help would be appreciated.