Correct implementation of LessThan logic in Lag2ndOrd #555
Unanswered
KhaledAleikish
asked this question in
Modeling
Replies: 1 comment
-
In my current implementation, when both
Maybe introduce a flag Give it a try and post an update. |
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
-
Hi,
I noticed that if I set the IEEEST PSS model A1 A2 parameters to zero, I would get incorrect eigenvalues. I am trying to reproduce results from "Benchmark Systems for Small-Signal Stability Analysis and Control". In the two-area system, A1 to A6 are zeros.
I saw that LeadLag2ndOrd has a zero_out / LessThan implemented, but I can't figure out how to implement it for Lag2ndOrd. Here is my attempt
class Lag2ndOrdV2(Block):
r"""
Second order lag transfer function (low-pass filter).
Beta Was this translation helpful? Give feedback.
All reactions