NonlinearShuntCompensatorPoint
Class Description
A non linear shunt compensator bank or section admittance value. The number of NonlinearShuntCompenstorPoint instances associated with a NonlinearShuntCompensator shall be equal to ShuntCompensator.maximumSections. ShuntCompensator.sections shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s.
Attributes
Name | Type | Description |
---|---|---|
b | Susceptance | Positive sequence shunt (charging) susceptance per section. |
b0 | Susceptance | Zero sequence shunt (charging) susceptance per section. |
g | Conductance | Positive sequence shunt (charging) conductance per section. |
g0 | Conductance | Zero sequence shunt (charging) conductance per section. |
sectionNumber | Integer | The number of the section. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
NonlinearShuntCompensatorPoint | 1..* | NonlinearShuntCompensator | 1 | NonlinearShuntCompensatorPoints | All points of the non-linear shunt compensator. | NonlinearShuntCompensator | Non-linear shunt compensator owning this point. |