|
DPsim
|
Public Attributes | |
| Real | Tr = 0 |
| Transducer time constant (s) (optional parameter) | |
| Real | Ta = 0 |
| Time constant of the numerator in the lead lag block (s) | |
| Real | Tb = 0 |
| Time constant of the denumerator in the lead lag block (s) | |
| Real | Te = 0 |
| Time constant of the exciter machine (s) | |
| Real | Ka = 0 |
| Proportional controller with the gain Ka. | |
| Real | MaxEfd = 0 |
| Maximum EMF. | |
| Real | MinEfd = 0 |
| Minimum EMF. | |
| Real | Kbc = 0 |
| Proportional gain of anti-Windup. | |
Additional Inherited Members | |
Static Public Member Functions inherited from SharedFactory< ExciterStaticParameters > | |
| static std::shared_ptr< ExciterStaticParameters > | make (Args &&...args) |
Definition at line 13 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::Ka = 0 |
Proportional controller with the gain Ka.
Definition at line 26 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::Kbc = 0 |
Proportional gain of anti-Windup.
Definition at line 34 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::MaxEfd = 0 |
Maximum EMF.
Definition at line 29 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::MinEfd = 0 |
Minimum EMF.
Definition at line 31 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::Ta = 0 |
Time constant of the numerator in the lead lag block (s)
Definition at line 20 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::Tb = 0 |
Time constant of the denumerator in the lead lag block (s)
Definition at line 22 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::Te = 0 |
Time constant of the exciter machine (s)
Definition at line 24 of file ExciterStatic.h.
| Real CPS::Signal::ExciterStaticParameters::Tr = 0 |
Transducer time constant (s) (optional parameter)
Definition at line 18 of file ExciterStatic.h.