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

Class FuelAllocationSchedule

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

The amount of fuel of a given type which is allocated for consumption over a specified period of time

Instance Methods [hide private]
 
__init__(self, fuelType='lignite', minFuelAllocation=0.0, fuelAllocationStartDate='', maxFuelAllocation=0.0, fuelAllocationEndDate='', FossilFuel=None, ThermalGeneratingUnit=None, *args, **kw_args)
Initialises a new 'FuelAllocationSchedule' instance.
 
getFossilFuel(self)
A fuel allocation schedule must have a fossil fuel
 
getThermalGeneratingUnit(self)
A thermal generating unit may have one or more fuel allocation schedules
 
setFossilFuel(self, value)
 
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 = {'fuelAllocationEndDate': <type 'str'>, 'fuelAll...
  _attrs = ['fuelType', 'minFuelAllocation', 'fuelAllocationStar...
  _defaults = {'fuelAllocationEndDate': '', 'fuelAllocationStart...
  _enums = {'fuelType': 'FuelType'}
  _many_refs = []
  _refs = ['FossilFuel', 'ThermalGeneratingUnit']
Properties [hide private]
  FossilFuel
A fuel allocation schedule must have a fossil fuel
  ThermalGeneratingUnit
A thermal generating unit may have one or more fuel allocation schedules

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, fuelType='lignite', minFuelAllocation=0.0, fuelAllocationStartDate='', maxFuelAllocation=0.0, fuelAllocationEndDate='', FossilFuel=None, ThermalGeneratingUnit=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'FuelAllocationSchedule' instance.

Parameters:
  • fuelType - The type of fuel, which also indicates the corresponding measurement unit Values are: "lignite", "coal", "oil", "gas"
  • minFuelAllocation - The minimum amount fuel that is allocated for consumption for the scheduled time period, e.g., based on a 'take-or-pay' contract
  • fuelAllocationStartDate - The start time and date of the fuel allocation schedule
  • maxFuelAllocation - The maximum amount fuel that is allocated for consumption for the scheduled time period
  • fuelAllocationEndDate - The end time and date of the fuel allocation schedule
  • FossilFuel - A fuel allocation schedule must have a fossil fuel
  • ThermalGeneratingUnit - A thermal generating unit may have one or more fuel allocation schedules
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'fuelAllocationEndDate': <type 'str'>,
 'fuelAllocationStartDate': <type 'str'>,
 'fuelType': <type 'str'>,
 'maxFuelAllocation': <type 'float'>,
 'minFuelAllocation': <type 'float'>}

_attrs

Value:
['fuelType',
 'minFuelAllocation',
 'fuelAllocationStartDate',
 'maxFuelAllocation',
 'fuelAllocationEndDate']

_defaults

Value:
{'fuelAllocationEndDate': '',
 'fuelAllocationStartDate': '',
 'fuelType': 'lignite',
 'maxFuelAllocation': 0.0,
 'minFuelAllocation': 0.0}

Property Details [hide private]

FossilFuel

A fuel allocation schedule must have a fossil fuel

Get Method:
getFossilFuel(self) - A fuel allocation schedule must have a fossil fuel
Set Method:
setFossilFuel(self, value)

ThermalGeneratingUnit

A thermal generating unit may have one or more fuel allocation schedules

Get Method:
getThermalGeneratingUnit(self) - A thermal generating unit may have one or more fuel allocation schedules
Set Method:
setThermalGeneratingUnit(self, value)