CIM14 :: CPSM :: Equipment :: Wires :: Breaker :: Breaker :: Class Breaker
[hide private]
[frames] | no frames]

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.

Instance Methods [hide private]
 
__init__(self, ratedCurrent=0.0, *args, **kw_args)
Initialises a new 'Breaker' instance.

Inherited from Switch.Switch: addSwitchSchedules, getSwitchSchedules, removeSwitchSchedules, setSwitchSchedules

Class Variables [hide private]
  _attrs = ["ratedCurrent"]
  _attr_types = {"ratedCurrent": float}
  _defaults = {"ratedCurrent": 0.0}
  _enums = {}
  _refs = []
  _many_refs = []

Inherited from Switch.Switch: SwitchSchedules

Instance Variables [hide private]
  ratedCurrent
Fault interrupting current rating.

Inherited from Switch.Switch: normalOpen

Method Details [hide private]

__init__(self, ratedCurrent=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'Breaker' instance.

Parameters:
  • ratedCurrent - Fault interrupting current rating.
Overrides: Switch.Switch.__init__