get_oo_name#

Hfss.get_oo_name(aedt_object: object, object_name: str = None) list[str]#

Return the object-oriented AEDT property names.

Parameters:
aedt_objectobject

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

object_namestr, optional

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_name(app.odesign)