__init__(self,
minFuelAllocation=0.0,
fuelAllocationEndDate='',
maxFuelAllocation=0.0,
fuelAllocationStartDate='',
fuelType='oil',
FossilFuel=None,
ThermalGeneratingUnit=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'FuelAllocationSchedule' instance.
- Parameters:
minFuelAllocation - The minimum amount fuel that is allocated for consumption for the
scheduled time period, e.g., based on a 'take-or-pay' contract
fuelAllocationEndDate - The end time and date of the fuel allocation schedule
maxFuelAllocation - The maximum amount fuel that is allocated for consumption for the
scheduled time period
fuelAllocationStartDate - The start time and date of the fuel allocation schedule
fuelType - The type of fuel, which also indicates the corresponding
measurement unit Values are: "oil", "coal",
"lignite", "gas"
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__
|