Ask Your Question
0

YBUS_matrix with python in psse?

asked Jan 21 '18

anonymous user

Anonymous

updated Jan 21 '18

jconto gravatar image

Hi please help me!I have a project . How to create YBUS_matrix with python in psse and print it at txt file?

1 answer

Sort by » oldest newest most voted
0

answered Jan 23 '18

jaMineroR gravatar image

There's an API that will output the elements of the matrix in a list.

ierr = outputymatrix(sid, all, ties, out, ofile)

You can output the data into a *.txt or a *.csv file and then work with the list to manually create the matrix.

link

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: Jan 21 '18

Seen: 551 times

Last updated: Jan 23 '18