Package CIM14 :: Package IEC61970 :: Package Generation :: Package Production :: Module PenstockLossCurve' :: Class PenstockLossCurve
[hide private]
[frames] | no frames]

Class PenstockLossCurve

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                          Core.Curve'.Curve --+
                                              |
                                             PenstockLossCurve

Relationship between penstock head loss (in meters) and total discharge through the penstock (in cubic meters per second). One or more turbines may be connected to the same penstock.

Instance Methods [hide private]
 
__init__(self, HydroGeneratingUnit=None, *args, **kw_args)
Initialises a new 'PenstockLossCurve' instance.
 
getHydroGeneratingUnit(self)
A hydro generating unit has a penstock loss curve
 
setHydroGeneratingUnit(self, value)

Inherited from Core.Curve'.Curve: addCurveDatas, getCurveDatas, removeCurveDatas, setCurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _enums = {}
  _many_refs = []
  _refs = ['HydroGeneratingUnit']
Properties [hide private]
  HydroGeneratingUnit
A hydro generating unit has a penstock loss curve

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'PenstockLossCurve' instance.

Parameters:
  • HydroGeneratingUnit - A hydro generating unit has a penstock loss curve
Overrides: object.__init__

Property Details [hide private]

HydroGeneratingUnit

A hydro generating unit has a penstock loss curve

Get Method:
getHydroGeneratingUnit(self) - A hydro generating unit has a penstock loss curve
Set Method:
setHydroGeneratingUnit(self, value)