11 #include <dpsim-models/AttributeList.h>
12 #include <dpsim-models/Definitions.h>
39 Real mPrevTimeStep = 0;
43 Bool mMechMode =
false;
45 Real mMechSwitchDelay;
68 mBN = QN / (nomVolt * nomVolt);
74 void setControllerParameters(Real T, Real K) {
80 void setMechModelParameter(Real deadband, Real switchDelay, Real maxPos,
81 Real minPos, Real nomVolt, Real RefVolt, Real BN,
88 mMechSwitchDelay = switchDelay;
98 mQN =
mBN * nomVolt * nomVolt;
Static VAR compensator (SVC)
void setParameters(Real Bmax, Real Bmin, Real QN, Real nomVolt, Real RefVolt=0)
Sets model specific parameters.
Real mBMax
Maximium susceptance [p.u.].
Real mInductance
Inductance [H].
Real mNomVolt
Nominal Voltage.
Real mBMin
Minimium susceptance [p.u.].
Real mRefVolt
Reference Voltage.