First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

What is the easiest way to create a bus subsystem that contains all the buses in the working case?

asked Nov 11 '16

mand84 gravatar image

What is the easiest way to create a bus subsystem that contains all the buses in the working case?

I want to provide an sid to pssarrays.ascc_currents() which is actually all buses.

2 answers

Sort by » oldest newest most voted
0

answered Nov 14 '16

perolofl gravatar image

Set second argument, ALL, to 1 to process all buses. For example for all three phase faults:

rlst = pssarrays.ascc_currents(0,1,1)
link
0

answered Nov 13 '16

jconto gravatar image

Set sid=-1 to select all buses. Like

ierr, iarray = psspy.abusint(-1, 2, ['NUMBER'])
print iarray[0]
link

Comments

excellent!

mand84 gravatar imagemand84 (Nov 14 '16)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Nov 11 '16

Seen: 1,143 times

Last updated: Nov 14 '16