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

Class ShutdownCurve

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

Relationship between the rate in gross active power/minute (Y-axis) at which a unit should be shutdown and its present gross MW output (X-axis)

Instance Methods [hide private]
 
__init__(self, shutdownCost=0.0, shutdownDate='', ThermalGeneratingUnit=None, *args, **kw_args)
Initialises a new 'ShutdownCurve' instance.
 
getThermalGeneratingUnit(self)
A thermal generating unit may have a shutdown curve
 
setThermalGeneratingUnit(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 = {'shutdownCost': <type 'float'>, 'shutdownDate':...
  _attrs = ['shutdownCost', 'shutdownDate']
  _defaults = {'shutdownCost': 0.0, 'shutdownDate': ''}
  _enums = {}
  _many_refs = []
  _refs = ['ThermalGeneratingUnit']
Properties [hide private]
  ThermalGeneratingUnit
A thermal generating unit may have a shutdown curve

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, shutdownCost=0.0, shutdownDate='', ThermalGeneratingUnit=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ShutdownCurve' instance.

Parameters:
  • shutdownCost - Fixed shutdown cost
  • shutdownDate - The date and time of the most recent generating unit shutdown
  • ThermalGeneratingUnit - A thermal generating unit may have a shutdown curve
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'shutdownCost': <type 'float'>, 'shutdownDate': <type 'str'>}

Property Details [hide private]

ThermalGeneratingUnit

A thermal generating unit may have a shutdown curve

Get Method:
getThermalGeneratingUnit(self) - A thermal generating unit may have a shutdown curve
Set Method:
setThermalGeneratingUnit(self, value)