SwitchPhase
Class Description
Single phase of a multi-phase switch when its attributes might be different per phase.
Attributes
Name | Type | Description |
---|---|---|
closed | Boolean | The attribute tells if the switch is considered closed when used as input to topology processing. |
normalOpen | Boolean | Used in cases when no Measurement for the status value is present. If the SwitchPhase has a status measurement the Discrete.normalValue is expected to match with this value. |
phaseSide1 | SinglePhaseKind | Phase of this SwitchPhase on the side with terminal sequence number equal to 1. Should be a phase contained in that terminal’s phases attribute. |
phaseSide2 | SinglePhaseKind | Phase of this SwitchPhase on the side with terminal sequence number equal to 2. Should be a phase contained in that terminal’s Terminal.phases attribute. |
ratedCurrent | CurrentFlow | The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
SwitchPhase | 0..* | Switch | 1 | SwitchPhase | The individual switch phases for the switch. | Switch | The switch of the switch phase. |