pymrio.IOSystem.remove_extension

IOSystem.remove_extension(ext=None)

Remove extension from IOSystem

For single Extensions the same can be achieved with del IOSystem_name.Extension_name

Parameters:ext (string or list, optional) – The extension to remove, this can be given as the name of the instance or of Extension.name (the latter will be checked if no instance was found) If ext is None (default) all Extensions will be removed