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

Ask Your Question
0

Extract speed deviation of all generators

asked Mar 3 '5

JQ gravatar image

How can I extract the speed deviation of all generators? I am running Python code to conduct simulations, but the following command does not extract the speed deviation for all generators:

ierr = psspy.chsb(sid=0, all=1, status4=1, status5=7)

Output file does not have the speed deviation for some generators defined in the .dyr file.

1 answer

Sort by » oldest newest most voted
0

answered Mar 3 '5

perolofl gravatar image

It might be:

  • The generators are out of service in saved case
  • The generators in the .dyr file are not present in the saved case
link

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

1 follower

Stats

Asked: Mar 3 '5

Seen: 85 times

Last updated: Mar 03