get_oo_properties#
- Hfss.get_oo_properties(aedt_object: object, object_name: str) list[str]#
Return the Object-Oriented AEDT Object Properties.
- Parameters:
- Returns:
listValues returned by method if any.
Examples
>>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.get_oo_properties(app.odesign, "Design Settings")