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

Class Line

Core.EquipmentContainer.EquipmentContainer --+
                                             |
                                            Line

Contains equipment beyond a substation belonging to a power transmission line.- Use of the Line class is not required. If used, it can only be used as a container for ACLineSegments and SeriesCompensators. - A Line is not required to be associated with a SubGeographicalRegion.

Instance Methods [hide private]
 
__init__(self, Region=None, *args, **kw_args)
Initialises a new 'Line' instance.
 
getRegion(self)
A Line can be contained by a SubGeographical Region.
 
setRegion(self, value)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["Region"]
  _many_refs = []
  Region = property(getRegion, setRegion)
Method Details [hide private]

__init__(self, Region=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Line' instance.

Parameters:
  • Region - A Line can be contained by a SubGeographical Region.