0

How would you include currents from load/generation in calculating the bus current?

The task is to determine the continuous current in a bus. I already applied psspy.aflowreal function. However, it only computes the total current in all connected branches in a specified bus. Is there a function that outputs the current injection from a genmachine or current drawn by a load at a specified bus? Thank you!

anonymous user
asked 2020-09-17 23:54:19 -0500, updated 2020-09-17 23:57:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

There is no such API available. You can write your own function that returns the load or machine current calculated from the MVA load and the bus voltage.

Edit:

As an example, I wrote a script that plots the complex currents in a vector plot. See example below for bus 201 in savnw network. There are three lines, one 2W-transformer and one fixed shunt at the bus. The bus voltage is the reference angle (0 degrees).

image description

perolofl's avatar
3.8k
perolofl
answered 2020-09-18 10:29:54 -0500, updated 2020-09-20 11:13:52 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer