Method of automatic making diagram for sld file
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.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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.
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.
Asked: 2024-12-01 21:12:29 -0500
Seen: 59 times
Last updated: 16 hours ago