Skip to main content

Switch

Class Description

A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant.

Attributes

NameTypeDescription
lockedBooleanIf true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
<ul>
<li>locked=true and Switch.open=true. The resulting state is open and locked;</li>
<li>locked=false and Switch.open=true. The resulting state is open;</li>
<li>locked=false and Switch.open=false. The resulting state is closed.</li>
</ul>
normalOpenBooleanThe attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
openBooleanThe attribute tells if the switch is considered open when used as input to topology processing.
ratedCurrentCurrentFlowThe maximum continuous current carrying capacity in amps governed by the device material and construction.
The attribute shall be a positive value.
retainedBooleanBranch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
switchOnCountIntegerThe switch on count since the switch was last reset or initialized.
switchOnDateDateTimeThe date and time when the switch was last switched on.

Relationships

Ancestors

Descendents

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
Switch1SwitchPhase0..*SwitchThe switch of the switch phase.SwitchPhaseThe individual switch phases for the switch.
Switch1SwitchSchedule0..*SwitchA SwitchSchedule is associated with a Switch.SwitchSchedulesA Switch can be associated with SwitchSchedules.
Switch0..*CompositeSwitch0..1SwitchesSwitches contained in this Composite switch.CompositeSwitchComposite switch to which this Switch belongs.
Switch1UnavailabilitySwitchAction0..*
Switch1SvSwitch0..*SwitchThe switch associated with the switch state.SvSwitchThe switch state associated with the switch.
Switch0..*ConnectDisconnectFunction0..*SwitchesConnectDisconnectFunctions
Switch0..1SwitchAction0..1OperatedSwitchSwitch that is the object of this switch action.SwitchActionAction changing status of this switch.