Package CIM14 :: Package CDPSM :: Package GIS_Connectivity :: Package IEC61970 :: Package Wires :: Module EnergySource' :: Class EnergySource
[hide private]
[frames] | no frames]

Class EnergySource

                           object --+                    
                                    |                    
                     Element'.Element --+                
                                        |                
  Core.IdentifiedObject'.IdentifiedObject --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                        Core.Equipment'.Equipment --+    
                                                    |    
        Core.ConductingEquipment'.ConductingEquipment --+
                                                        |
                                                       EnergySource

A generic equivalent for an energy supplier on a transmission or distribution voltage level.

Instance Methods [hide private]
 
__init__(self, x=0.0, voltageMagnitude=0.0, voltageAngle=0.0, nominalVoltage=0.0, *args, **kw_args)
Initialises a new 'EnergySource' instance.

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

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

Inherited from 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 = {'nominalVoltage': <type 'float'>, 'voltageAngle...
  _attrs = ['x', 'voltageMagnitude', 'voltageAngle', 'nominalVol...
  _defaults = {'nominalVoltage': 0.0, 'voltageAngle': 0.0, 'volt...
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

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

Inherited from Core.Equipment'.Equipment: EquipmentContainer

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, x=0.0, voltageMagnitude=0.0, voltageAngle=0.0, nominalVoltage=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'EnergySource' instance.

Parameters:
  • x - Positive sequence Thevenin reactance.
  • voltageMagnitude - Phase-to-phase open circuit voltage magnitude.
  • voltageAngle - Phase angle of a-phase open circuit.
  • nominalVoltage - Phase-to-phase nominal voltage.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'nominalVoltage': <type 'float'>,
 'voltageAngle': <type 'float'>,
 'voltageMagnitude': <type 'float'>,
 'x': <type 'float'>}

_attrs

Value:
['x', 'voltageMagnitude', 'voltageAngle', 'nominalVoltage']

_defaults

Value:
{'nominalVoltage': 0.0,
 'voltageAngle': 0.0,
 'voltageMagnitude': 0.0,
 'x': 0.0}