Source Dispatching
Objects for dispatching flexible power sources.
SourceDispatcher
__init__(units)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
units
|
Sequence[DispatchableSource]
|
Finite sequence of dispatchable power sources that this dispatcher controls. The order of sources in the list determines the merit order of dispatch, i.e. the first source in the list is dispatched first whenever needed. |
required |
StorageDispatcher
charge_at(power)
Try to charge all available storage units with 'power' MW. Return charging power.
discharge_at(power)
Try to discharge all available storage units up to 'power' MW. Return discharging power.