osier.utils.get_dispatchable_names#

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

Returns a list of osier.Technology name strings where dispatchable is True.

Parameters:

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

Returns:

dispatchable_names – The list of dispatchable technology names.

Return type:

list of str