osier.utils.get_dispatchable_techs#
- osier.utils.get_dispatchable_techs(technology_list)[source]#
Returns a list of
osier.Technologyobjects wheredispatchableis True.- Parameters:
technology_list (list of
osier.Technologyobjects) – The list of technologies.- Returns:
dispatchable_techs – The list of dispatchable technologies.
- Return type:
list of
osier.Technology