0

How to retrieve faulted current from Bus to Dummy Bus

I use SCMU, options1 = 9 to calculate line fault. I use SCBR2 to retrieve faulted current, but I only can retrieve faulted currents from BUS to BUS. How do I retrieve faulted current from BUS to DUMMY BUS? Thanks.

Phat Huynh's avatar
1
Phat Huynh
asked 2016-10-28 05:25:04 -0500, updated 2016-10-28 05:25:38 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

For in-line faults the dummy bus has number 999999.

Use ierr, cmpval = psspy.scbrn2(ibus, 999999, ickt, string) to get the fault current on the line from ibus to the dummy bus.

perolofl's avatar
3.8k
perolofl
answered 2016-10-28 09:26:26 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you, perolofl.

Phat Huynh's avatar Phat Huynh (2016-10-29 03:59:16 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer