Package com.powsybl.iidm.network
Interface ShuntCompensatorNonLinearModel.Section
- Enclosing interface:
- ShuntCompensatorNonLinearModel
public static interface ShuntCompensatorNonLinearModel.Section
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getB()
Get the accumulated susceptance in S if this section and all the previous ones are activated.double
getG()
Get the accumulated conductance in S if this section and all the previous ones are activated.setB
(double b) Set the accumulated susceptance in S if this section and all the previous ones are activated.setG
(double g) Set the accumulated conductance in S if this section and all the previous ones are activated.
-
Method Details
-
getB
double getB()Get the accumulated susceptance in S if this section and all the previous ones are activated. -
setB
Set the accumulated susceptance in S if this section and all the previous ones are activated. -
getG
double getG()Get the accumulated conductance in S if this section and all the previous ones are activated. -
setG
Set the accumulated conductance in S if this section and all the previous ones are activated.
-