11 #include <dpsim-models/AttributeList.h>
12 #include <dpsim-models/Definitions.h>
29 explicit PiLine(CPS::AttributeList::Ptr attributeList)
30 :
mSeriesRes(attributeList->create<Matrix>(
"R_series")),
31 mSeriesInd(attributeList->create<Matrix>(
"L_series")),
32 mParallelCap(attributeList->create<Matrix>(
"C_parallel")),
36 void setParameters(Matrix seriesResistance, Matrix seriesInductance,
37 Matrix parallelCapacitance = Matrix::Zero(3, 3),
38 Matrix parallelConductance = Matrix::Zero(3, 3))
const {
const Attribute< Matrix >::Ptr mParallelCond
Conductance in parallel to the line [S].
const Attribute< Matrix >::Ptr mSeriesRes
Resistance along the line [ohms].
const Attribute< Matrix >::Ptr mSeriesInd
Inductance along the line [H].
const Attribute< Matrix >::Ptr mParallelCap
Capacitance in parallel to the line [F].