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

Class Disconnector

Core.ConductingEquipment.ConductingEquipment --+    
                                               |    
                                   Switch.Switch --+
                                                   |
                                                  Disconnector

A manually operated or motor operated mechanical switching device used for changing the connections in a circuit, or for isolating a circuit or equipment from a source of power. It is required to open or close circuits when negligible current is broken or made.- [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, *args, **kw_args)
Initialises a new 'Disconnector' instance.
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = []
  _many_refs = []
Instance Variables [hide private]

Inherited from Switch.Switch: normalOpen

Method Details [hide private]

__init__(self, *args, **kw_args)
(Constructor)

 

Initialises a new 'Disconnector' instance.

Parameters:
  • normalOpen - The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurment the Discrete.normalValue is expected to match with the Switch.normalOpen.
Overrides: Switch.Switch.__init__