odesktop#

property Maxwell2d.odesktop[source]#

AEDT instance containing all projects and designs.

Examples

Get the COM object representing the desktop.

>>> from pyaedt import Hfss
>>> hfss = Hfss()
>>> hfss.odesktop
<class 'win32com.client.CDispatch'>