CIM14 :: ENTSOE :: Equipment :: Wires :: LoadBreakSwitch :: LoadBreakSwitch :: Class LoadBreakSwitch
[hide private]
[frames] | no frames]

Class LoadBreakSwitch

Core.ConductingEquipment.ConductingEquipment --+    
                                               |    
                                   Switch.Switch --+
                                                   |
                                                  LoadBreakSwitch

A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions.- [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 'LoadBreakSwitch' instance.
Class Variables [hide private]
  _attrs = ["ratedCurrent"]
  _attr_types = {"ratedCurrent": float}
  _defaults = {"ratedCurrent": 0.0}
  _enums = {}
  _refs = []
  _many_refs = []
Instance Variables [hide private]
  ratedCurrent
Current carrying capacity of a wire or cable under stated thermal conditions.

Inherited from Switch.Switch: normalOpen

Method Details [hide private]

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

 

Initialises a new 'LoadBreakSwitch' instance.

Parameters:
  • ratedCurrent - Current carrying capacity of a wire or cable under stated thermal conditions.
Overrides: Switch.Switch.__init__