__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__
|