Ask Your Question

Revision history [back]

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

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.

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.