First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Dec 4 '4

QuinnP gravatar image

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

psspy.growbuslevels(busnumber, xposition, yposition, numlevels)
click to hide/show revision 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.

click to hide/show revision 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.