First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You can use function psspy.purgzone(sid, all), it can be used to remove zones with no equipment assigned to them. However, if there are equipments assigned with the zones, then the following codes won't do anything.
Example: psspy.zsysinit(1) psspy.zsys(1,1,[11]) psspy.purgzone(1,0)