Class Description
An unordered enumeration of phase identifiers. Allows designation of phases for both transmission and distribution equipment, circuits and loads. The enumeration, by itself, does not describe how the phases are connected together or connected to ground. Ground is not explicitly denoted as a phase.
Residential and small commercial loads are often served from single-phase, or split-phase, secondary circuits. For the example of s12N, phases 1 and 2 refer to hot wires that are 180 degrees out of phase, while N refers to the neutral wire. Through single-phase transformer connections, these secondary circuits may be served from one or two of the primary phases A, B, and C. For three-phase loads, use the A, B, C phase codes instead of s12N.
The integer values are from IEC 61968-9 to support revenue metering applications.
Attributes
Name | Type | Description |
---|---|---|
ABC | Phases A, B, and C. | |
ABN | Phases A, B, and neutral. | |
ACN | Phases A, C and neutral. | |
BCN | Phases B, C, and neutral. | |
AB | Phases A and B. | |
AC | Phases A and C. | |
BC | Phases B and C. | |
AN | Phases A and neutral. | |
BN | Phases B and neutral. | |
CN | Phases C and neutral. | |
A | Phase A. | |
B | Phase B. | |
C | Phase C. | |
N | Neutral phase. | |
s1N | Secondary phase 1 and neutral. | |
s2N | Secondary phase 2 and neutral. | |
s12N | Secondary phases 1, 2, and neutral. | |
s1 | Secondary phase 1. | |
s2 | Secondary phase 2. | |
s12 | Secondary phase 1 and 2. | |
none | No phases specified. | |
X | Unknown non-neutral phase. | |
XY | Two unknown non-neutral phases. | |
XN | Unknown non-neutral phase plus neutral. | |
XYN | Two unknown non-neutral phases plus neutral. | |
ABCN | Phases A, B, C, and N. |
Relationships
Inherits from
- None
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
None