set_oo_property_value# Hfss3dLayout.set_oo_property_value(aedt_object, object_name, prop_name, value)[source]# Change the property value of the object-oriented AEDT object. Parameters: aedt_objectobjectAEDT object to search for the property on. It can be any oProperty. For example, oDesign. object_namestrPath to the object list. Example "DesignName\Boundaries". prop_namestrProperty name. valuestrProperty value. Returns: boolValues returned by method if any.