|
CIM14 ::
ENTSOE ::
Equipment ::
Wires ::
Breaker ::
Breaker ::
Class Breaker
|
|
Class Breaker
Core.ConductingEquipment.ConductingEquipment --+
|
Switch.Switch --+
|
Breaker
A mechanical switching device capable of making, carrying, and
breaking currents under normal circuit conditions and also making,
carrying for a specified time, and breaking currents under specified
abnormal circuit conditions e.g. those of short circuit.- [R6.2] and
[R6.3] are satisfied by navigation to ConnectivityNode and Substation -
[R6.4] is satisfied by the class name.
|
|
__init__(self,
ratedCurrent=0.0,
*args,
**kw_args)
Initialises a new 'Breaker' instance. |
|
|
|
|
_attrs = ["ratedCurrent"]
|
|
|
_attr_types = {"ratedCurrent": float}
|
|
|
_defaults = {"ratedCurrent": 0.0}
|
|
|
_enums = {}
|
|
|
_refs = []
|
|
|
_many_refs = []
|
__init__(self,
ratedCurrent=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'Breaker' instance.
- Parameters:
ratedCurrent - Fault interrupting current rating.
- Overrides:
Switch.Switch.__init__
|