|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
Persistent state for the DSSS phasor-domain integrator. More...
#include <DQsym.h>
Public Attributes | |
| MatrixXcd | Ads |
| MatrixXcd | Bds |
| MatrixXcd | Cds |
| MatrixXcd | Dds |
| MatrixXcd | x_old |
| VectorXi | swVec |
| VectorXi | swVecOld |
| VectorXcd | yswitch |
| int | nStates = 0 |
| int | nInputs = 0 |
| int | nOutputs = 0 |
| int | nSwitches = 0 |
| bool | initialized = false |
Persistent state for the DSSS phasor-domain integrator.
Holds the current switch-modified discrete-time matrices and the previous-step state/switch vectors used to detect topology changes.
| MatrixXcd DSSState::Ads |
Referenced by DQsym::DSSS().
| MatrixXcd DSSState::Bds |
Referenced by DQsym::DSSS().
| MatrixXcd DSSState::Cds |
Referenced by DQsym::DSSS().
| MatrixXcd DSSState::Dds |
Referenced by DQsym::DSSS().
| bool DSSState::initialized = false |
Referenced by DQsym::DSSS().
| int DSSState::nInputs = 0 |
Referenced by DQsym::DSSS().
| int DSSState::nOutputs = 0 |
Referenced by DQsym::DSSS().
| int DSSState::nStates = 0 |
Referenced by DQsym::DSSS().
| int DSSState::nSwitches = 0 |
Referenced by DQsym::DSSS().
| VectorXi DSSState::swVec |
Referenced by DQsym::DSSS().
| VectorXi DSSState::swVecOld |
Referenced by DQsym::DSSS().
| MatrixXcd DSSState::x_old |
Referenced by DQsym::DSSS().
| VectorXcd DSSState::yswitch |
Referenced by DQsym::DSSS().