get_oo_property_value#

Hfss3dLayout.get_oo_property_value(aedt_object, object_name, prop_name)[source]#

Return the Object Oriented AEDT Object Properties.

Parameters:
aedt_objectobject

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

object_namestr

Path to the object list. For example, "DesignName\Boundaries".

prop_namestr

Property name.

Returns:
str, float, bool

True when successful, False when failed.