active_design#

Desktop.active_design(project_object=None, name=None, design_type=None)[source]#

Get the active design.

Parameters:
project_objectoptional

AEDT project object. The default is None, in which case the active project is used.

namestr, optional

Name of the design to make active. The default is None, in which case the active design is returned.

design_typestr, optional

Name of the active design to make active. The default is None, in which case the active design is returned.

References

>>> oProject.GetActiveDesign
>>> oProject.SetActiveDesign