Ask Your Question
1

Method of automatic making diagram for sld file

asked 2024-12-01 21:12:29 -0500

anonymous user

Anonymous

updated 2024-12-01 21:15:42 -0500

I hope to draw power systems for making sld file. However, I have lots of area, generators, transformers, lines stuff. If you know the method for making automatic drawing diagram, please share me it.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-12-03 20:20:51 -0500

QuinnP gravatar image

updated 2024-12-03 20:22:56 -0500

If you're looking to use python scripting to help automate growing a diagram, then the commands

psspy.newdiagfile()
psspy.growbuslevels(busnumber, xposition, yposition, numlevels)

may be helpful. These commands will create a new diagram file, and start growing the displayed network elements from the input bus number based on the number of levels supplied.

edit flag offensive delete link more

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: 2024-12-01 21:12:29 -0500

Seen: 59 times

Last updated: 16 hours ago