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

Ask Your Question
0

how to remove a zone?

asked Jan 17 '14

jconto gravatar image

removing buses is easy, but how do you remove a entry in the zone table (or area, or owner) ? I could save to raw, make the deletion and reload the raw to a new case but I want to avoid the hassle.

2 answers

Sort by » oldest newest most voted
1

answered Jan 17 '14

yfwing gravatar image

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)

link

Comments

Thanks a lot!

jconto gravatar imagejconto (Jan 21 '14)
0

answered Apr 26 '15

Sam gravatar image

Hi Jconto, Thank you for your kind response. I have tried all the three steps you ask me to do but problem still happens. I have just posted a question in this website regarding to the problem I met. I hope you can help me to solve the problem I met. The project can be downloaded from the link in the comments in my question. Thank you! You are really an expert and warm-hearted guy!

link

Comments

https://psspy.org/psse-help-forum/question/2297/why-there-are-big-osicilation-in-my-psse-pv-project-dynamic-analysis/

Sam gravatar imageSam (Apr 26 '15)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Jan 17 '14

Seen: 1,396 times

Last updated: Apr 25 '15