set_oo_property_value#

MaxwellCircuit.set_oo_property_value(aedt_object, object_name, prop_name, value)[source]#

Change the property value of the object-oriented AEDT object.

Parameters:
aedt_objectobject

AEDT object to search for the property on. It can be any oProperty. For example, oDesign.

object_namestr

Path to the object list. Example "DesignName\Boundaries".

prop_namestr

Property name.

valuestr

Property value.

Returns:
bool

Values returned by method if any.