First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
If you're looking to use python scripting to help automate growing a diagram, then the command
psspy.growbuslevels(busnumber, xposition, yposition, numlevels)
2 | No.2 Revision |
If you're looking to use python scripting to help automate growing a diagram, then the command commands
psspy.newdiagfile()
psspy.growbuslevels(busnumber, xposition, yposition, numlevels)
may be helpful.
3 | No.3 Revision |
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.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.