cleanup_solution#
- Hfss.cleanup_solution(variations='All', entire_solution=True, field=True, mesh=True, linked_data=True)[source]#
Delete a set of Solution Variations or part of them.
- Parameters:
- variations
List
,str
,optional
All variations to delete. Default is “All” which deletes all available solutions.
- entire_solutionbool,
optional
Either if delete entire Solution or part of it. If True other booleans will be ignored as solution will be entirely deleted.
- fieldbool,
optional
Either if delete entire Fields of variation or not. Default is True.
- meshbool,
optional
Either if delete entire Mesh of variation or not. Default is True.
- linked_databool,
optional
Either if delete entire Linked Data of variation or not. Default is True.
- variations
- Returns:
- bool
True
when successful,False
when failed.