Package CIM14 :: Package IEC61970 :: Package Generation :: Package GenerationDynamics :: Module CTTempActivePowerCurve' :: Class CTTempActivePowerCurve
[hide private]
[frames] | no frames]

Class CTTempActivePowerCurve

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

Relationship between the combustion turbine's power output rating in gross active power (X-axis) and the ambient air temperature (Y-axis)

Instance Methods [hide private]
 
__init__(self, CombustionTurbine=None, *args, **kw_args)
Initialises a new 'CTTempActivePowerCurve' instance.
 
getCombustionTurbine(self)
A combustion turbine may have an active power versus ambient temperature relationship
 
setCombustionTurbine(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 = ['CombustionTurbine']
Properties [hide private]
  CombustionTurbine
A combustion turbine may have an active power versus ambient temperature relationship

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'CTTempActivePowerCurve' instance.

Parameters:
  • CombustionTurbine - A combustion turbine may have an active power versus ambient temperature relationship
Overrides: object.__init__

Property Details [hide private]

CombustionTurbine

A combustion turbine may have an active power versus ambient temperature relationship

Get Method:
getCombustionTurbine(self) - A combustion turbine may have an active power versus ambient temperature relationship
Set Method:
setCombustionTurbine(self, value)