check_if_project_is_loaded#
- MaxwellCircuit.check_if_project_is_loaded(input_file: str | Path) str | bool#
Check if a project path is already loaded in active Desktop.
- Parameters:
- input_file
str Project path to check in active desktop.
- input_file
- Returns:
strProject name if loaded in Desktop.
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.check_if_project_is_loaded("MyProject")