design_list#
- Desktop.design_list(project: str | None = None) list[str]#
Get a list of the designs.
- Parameters:
- project
str,optional Project name. The default is
None, in which case the active project is used.
- project
- Returns:
ListList of the designs.
Examples
>>> from ansys.aedt.core import Desktop >>> desktop = Desktop(version="2026.1") >>> desktop.design_list()