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

Class StartIgnFuelCurve

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

The quantity of ignition fuel (Y-axis) used to restart and repay the auxiliary power consumed versus the number of hours (X-axis) the unit was off line

Instance Methods [hide private]
 
__init__(self, ignitionFuelType='lignite', StartupModel=None, *args, **kw_args)
Initialises a new 'StartIgnFuelCurve' instance.
 
getStartupModel(self)
The unit's startup model may have a startup ignition fuel 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 = {'ignitionFuelType': <type 'str'>}
  _attrs = ['ignitionFuelType']
  _defaults = {'ignitionFuelType': 'lignite'}
  _enums = {'ignitionFuelType': 'FuelType'}
  _many_refs = []
  _refs = ['StartupModel']
Properties [hide private]
  StartupModel
The unit's startup model may have a startup ignition fuel curve

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, ignitionFuelType='lignite', StartupModel=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'StartIgnFuelCurve' instance.

Parameters:
  • ignitionFuelType - Type of ignition fuel Values are: "lignite", "coal", "oil", "gas"
  • StartupModel - The unit's startup model may have a startup ignition fuel curve
Overrides: object.__init__

Property Details [hide private]

StartupModel

The unit's startup model may have a startup ignition fuel curve

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