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