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

Inherits from

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
Switch 1 SwitchPhase 0..* Switch The switch of the switch phase. SwitchPhase The individual switch phases for the switch.