get_oo_object# Hfss.get_oo_object(aedt_object: object, object_name: str) → object# Return the Object Oriented AEDT Object. Parameters: aedt_objectobjectAEDT Object on which search for property. It can be any oProperty (ex. oDesign). object_namestrPath to the object list. Returns: objectAEDT object if any. Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.get_oo_object(app.odesign, "Design Settings")