get_oo_object#

Q3d.get_oo_object(aedt_object: object, object_name: str) object#

Return the Object Oriented AEDT Object.

Parameters:
aedt_objectobject

AEDT Object on which search for property. It can be any oProperty (ex. oDesign).

object_namestr

Path to the object list.

Returns:
object

AEDT object if any.

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.get_oo_object(app.odesign, "Design Settings")