osier.utils.get_nondispatchable_techs#
- osier.utils.get_nondispatchable_techs(technology_list)[source]#
Returns a list of
osier.Technologyobjects wheredispatchableis False.- Parameters:
technology_list (list of
osier.Technologyobjects) – The list of technologies.- Returns:
non_dispatchable_techs – The list of non dispatchable technologies.
- Return type:
list of
osier.Technology