Ask Your Question
0

How to sum parallel line / transformers power flows using python code?

asked 2018-11-22 05:42:00 -0500

MKarthik gravatar image

Hi,

If I have two or more lines or transformers running parallel between the two nodes, I want to sum their only MW flow together and write it in txt file using python code.

Is that possible? Please give your suggestions.

Thank You.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2018-11-30 18:51:43 -0500

txc gravatar image

If you want to get the MW, MVAr flows, you can write a simple bus other model in Fortran and call the FLOW1 function. You can see the details of the FLOW1 function in the Models documentation. Assign the MW, MVAr flows to VARs and extract them.

edit flag offensive delete link more
0

answered 2018-11-22 06:25:09 -0500

perolofl gravatar image

Use API inibrn, nxtbrn and brnflo!

Google on how to write to text files in Python! The solution is there if you just search.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2018-11-22 05:42:00 -0500

Seen: 358 times

Last updated: Nov 30 '18