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

Class Conductor

Core.ConductingEquipment.ConductingEquipment --+
                                               |
                                              Conductor

Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system.

Instance Methods [hide private]
 
__init__(self, length=0.0, *args, **kw_args)
Initialises a new 'Conductor' instance.
Class Variables [hide private]
  _attrs = ["length"]
  _attr_types = {"length": float}
  _defaults = {"length": 0.0}
  _enums = {}
  _refs = []
  _many_refs = []
Instance Variables [hide private]
  length
Segment length for calculating line section capabilities
Method Details [hide private]

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

 

Initialises a new 'Conductor' instance.

Parameters:
  • length - Segment length for calculating line section capabilities