Ask Your Question
0

psspy function list all the FROM BUS NUMBER and TO BUS NUMBER column data

asked 2022-08-28 16:31:19 -0500

yugpatel22 gravatar image

I am looking to create a list of all the data in the FROM BUS NUMBER and TWO BUS NUMBER. If there is a function to do so in the API manual for PSSE 35 please direct me to the same or any related information will be helpful. Thanks! :)

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-08-29 01:59:13 -0500

perolofl gravatar image

Use API psspy.abrnint. For example:

ierr, [ibl,jbl] = psspy.abrnint(-1,  flag=4, string=['FROMNUMBER','TONUMBER'])

will return all from bus numbers in list ibl and all to bus numbers in list jbl for all branches and two-winding transformers.

edit flag offensive delete link more

Comments

Appreciate your response, this was helpful!

yugpatel22 gravatar imageyugpatel22 ( 2022-08-29 13:53:39 -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

Stats

Asked: 2022-08-28 16:31:19 -0500

Seen: 265 times

Last updated: Aug 29 '22