Ask Your Question

abacus1234's profile - activity

2021-09-16 00:53:13 -0500 received badge  Famous Question (source)
2021-09-13 00:35:37 -0500 received badge  Notable Question (source)
2021-09-10 08:51:31 -0500 received badge  Popular Question (source)
2021-09-09 01:27:33 -0500 asked a question How do i retrieve the tap ratio of a 3 winding transformer?

I have a three winding transformer at between busses 160, 120 and 150. I want to retrieve the "Winding Ratio (pu)" value for winding 1.

I tried many attempts with the "AWNDREAL" command but it didnt work.

Does anyone know how to do this?

Thank you

2020-09-02 23:49:20 -0500 received badge  Famous Question (source)
2020-04-30 01:58:42 -0500 received badge  Notable Question (source)
2020-04-30 01:58:42 -0500 received badge  Popular Question (source)
2020-04-07 18:01:40 -0500 asked a question When running a loadflow, from the API can I find out how many iterations it took to converge the loadflow?

I use the following to do PSSe loadflow using python API:

psspy.fnsl([1,0,0,0,0,0,0,0])

I checked the API if i could get any information on how many iterations it took or if it converged at all. But there is no mention on the API if this is possible or not.

Does anyone know how I could get this info from the API?