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

Class StartRampCurve

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

Rate in gross active power/minute (Y-axis) at which a unit can be loaded versus the number of hours (X-axis) the unit was off line

Instance Methods [hide private]
 
__init__(self, hotStandbyRamp=0.0, StartupModel=None, *args, **kw_args)
Initialises a new 'StartRampCurve' instance.
 
getStartupModel(self)
The unit's startup model may have a startup ramp curve
 
setStartupModel(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 = {'hotStandbyRamp': <type 'float'>}
  _attrs = ['hotStandbyRamp']
  _defaults = {'hotStandbyRamp': 0.0}
  _enums = {}
  _many_refs = []
  _refs = ['StartupModel']
Properties [hide private]
  StartupModel
The unit's startup model may have a startup ramp curve

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, hotStandbyRamp=0.0, StartupModel=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'StartRampCurve' instance.

Parameters:
  • hotStandbyRamp - The startup ramp rate in gross for a unit that is on hot standby
  • StartupModel - The unit's startup model may have a startup ramp curve
Overrides: object.__init__

Property Details [hide private]

StartupModel

The unit's startup model may have a startup ramp curve

Get Method:
getStartupModel(self) - The unit's startup model may have a startup ramp curve
Set Method:
setStartupModel(self, value)