9#include <dpsim-models/DP/DP_Ph1_DPDQInterface.h>
18 const Real &simTime) {
26 const Real &simTime) {
34 const MatrixFixedSize<2, 1> &dqMatrix) {
43 MatrixFixedSize<2, 1> dqMatrix;
MatrixFixedSize< 2, 2 > mDQToDPTransform
Transform from DQ to DP domain.
void updateDQToDPTransform(const Real &thetaDQ, const Real &simTime)
Update transformation matrix from DQ to DP.
void updateDPToDQTransform(const Real &thetaDQ, const Real &simTime)
Update transformation matrix from DP to DQ.
Complex applyDQToDPTransform(const MatrixFixedSize< 2, 1 > &dqMatrix)
Apply transform to obtain current complex DP.
MatrixFixedSize< 2, 1 > applyDPToDQTransform(const Complex &dpComplex)
Apply transform to obtain current DQ vector.
MatrixFixedSize< 2, 2 > mDPToDQTransform
Transform from DP to DQ domain.
Real mOmegaShift
Shifting frequency of the DP domain (assumed to be constant)
void setDPShiftFrequency(const Real &omegaShift)
Setter for shit frequency.