osier.utils.get_dispatchable_techs#

osier.utils.get_dispatchable_techs(technology_list)[source]#

Returns a list of osier.Technology objects where dispatchable is True.

Parameters:

technology_list (list of osier.Technology objects) – The list of technologies.

Returns:

dispatchable_techs – The list of dispatchable technologies.

Return type:

list of osier.Technology