osier.utils.get_nondispatchable_techs#

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

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

Parameters:

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

Returns:

non_dispatchable_techs – The list of non dispatchable technologies.

Return type:

list of osier.Technology