37 Matrix parallelCapacitance = Matrix::Zero(3, 3),
38 Matrix parallelConductance = Matrix::Zero(3, 3))
const {
AttributePointer< Attribute< T > > Ptr
std::shared_ptr< AttributeList > Ptr
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].
void setParameters(Matrix seriesResistance, Matrix seriesInductance, Matrix parallelCapacitance=Matrix::Zero(3, 3), Matrix parallelConductance=Matrix::Zero(3, 3)) const
PiLine(CPS::AttributeList::Ptr attributeList)
const Attribute< Matrix >::Ptr mParallelCap
Capacitance in parallel to the line [F].
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor > Matrix
Dense matrix for real numbers.