Replies: 2 comments 5 replies
-
If you are interested I can share my changes. It was not much that had to be changed. At least I found it very usefult to be able to reinitialise the system after changing things like active power set point without rebuilding the whole system. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Sorry we missed this, please feel free to open a PR anytime. We are working on a similar solution but help is welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently working on small signal analysis and I want to see how the eigenvalues change with some parameters. For instance I want to see how the eigenvalues change if I change the active power of a generator. From the documentation I see that I can do
jacobian(JM, x)
, however, I am not sure what the best method for finding x in the new operating state is. I tried two different methods. One is to create a new simulation struct after I changed the power and get the new x from the simulation struct. The other method was to change your code to export the functionset_operating_point!
. The second method is a lot faster, so I was wondering if it would make sense to let this method be available to the user by default. I was also wondering if you already have implemented a smart way of doing this.Cheers Sigurd
Beta Was this translation helpful? Give feedback.
All reactions