Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: Package IEC61968 :: Package WiresExt :: Module DistributionLineSegment' :: Class DistributionLineSegment
[hide private]
[frames] | no frames]

Class DistributionLineSegment

                                    object --+                            
                                             |                            
                              Element'.Element --+                        
                                                 |                        
  IEC61970.Core.IdentifiedObject'.IdentifiedObject --+                    
                                                     |                    
IEC61970.Core.PowerSystemResource'.PowerSystemResource --+                
                                                         |                
                        IEC61970.Core.Equipment'.Equipment --+            
                                                             |            
        IEC61970.Core.ConductingEquipment'.ConductingEquipment --+        
                                                                 |        
                               IEC61970.Wires.Conductor'.Conductor --+    
                                                                     |    
                           IEC61970.Wires.ACLineSegment'.ACLineSegment --+
                                                                         |
                                                                        DistributionLineSegment

Extends ACLineSegment with references to a library of standard types from which electrical parameters can be calculated, as follows:

Instance Methods [hide private]
 
__init__(self, ConductorInfo=None, SequenceImpedance=None, PhaseImpedance=None, *args, **kw_args)
Initialises a new 'DistributionLineSegment' instance.
 
getConductorInfo(self)
Conductor data of this conductor segment.
 
getPhaseImpedance(self)
Phase impedance of this conductor segment; used for unbalanced model.
 
getSequenceImpedance(self)
Sequence impedance of this conductor segment; used for balanced model.
 
setConductorInfo(self, value)
 
setPhaseImpedance(self, value)
 
setSequenceImpedance(self, value)

Inherited from IEC61970.Core.ConductingEquipment'.ConductingEquipment: addTerminals, getBaseVoltage, getTerminals, removeTerminals, setBaseVoltage, setTerminals

Inherited from IEC61970.Core.Equipment'.Equipment: getEquipmentContainer, setEquipmentContainer

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: getGeoLocation, getPSRType, setGeoLocation, setPSRType

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = ['ConductorInfo', 'SequenceImpedance', 'PhaseImpedance']
Properties [hide private]
  ConductorInfo
Conductor data of this conductor segment.
  PhaseImpedance
Phase impedance of this conductor segment; used for unbalanced model.
  SequenceImpedance
Sequence impedance of this conductor segment; used for balanced model.

Inherited from IEC61970.Core.ConductingEquipment'.ConductingEquipment: BaseVoltage, Terminals

Inherited from IEC61970.Core.Equipment'.Equipment: EquipmentContainer

Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource: GeoLocation, PSRType

Inherited from object: __class__

Method Details [hide private]

__init__(self, ConductorInfo=None, SequenceImpedance=None, PhaseImpedance=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DistributionLineSegment' instance.

Parameters:
  • ConductorInfo - Conductor data of this conductor segment.
  • SequenceImpedance - Sequence impedance of this conductor segment; used for balanced model.
  • PhaseImpedance - Phase impedance of this conductor segment; used for unbalanced model.
Overrides: object.__init__

Property Details [hide private]

ConductorInfo

Conductor data of this conductor segment.

Get Method:
getConductorInfo(self) - Conductor data of this conductor segment.
Set Method:
setConductorInfo(self, value)

PhaseImpedance

Phase impedance of this conductor segment; used for unbalanced model.

Get Method:
getPhaseImpedance(self) - Phase impedance of this conductor segment; used for unbalanced model.
Set Method:
setPhaseImpedance(self, value)

SequenceImpedance

Sequence impedance of this conductor segment; used for balanced model.

Get Method:
getSequenceImpedance(self) - Sequence impedance of this conductor segment; used for balanced model.
Set Method:
setSequenceImpedance(self, value)