get_oo_properties#

Maxwell3d.get_oo_properties(aedt_object: object, object_name: str) list[str]#

Return the Object-Oriented AEDT Object Properties.

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:
list

Values returned by method if any.

Examples

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