Ask Your Question
0

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

asked 2016-11-11 07:01:46 -0500

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.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2016-11-14 01:10:13 -0500

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)
edit flag offensive delete link more
0

answered 2016-11-13 08:36:54 -0500

jconto gravatar image

Set sid=-1 to select all buses. Like

ierr, iarray = psspy.abusint(-1, 2, ['NUMBER'])
print iarray[0]
edit flag offensive delete link more

Comments

excellent!

mand84 gravatar imagemand84 ( 2016-11-14 00:56:56 -0500 )edit

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: 2016-11-11 07:01:46 -0500

Seen: 1,121 times

Last updated: Nov 14 '16