get_property_value#

Hfss.get_property_value(assignment: str, property_name: str, property_type: str = None) any#

Retrieve a property value.

Parameters:
assignmentstr

Name of the object.

property_namestr

Name of the property.

property_typestr, optional

Type of the property. Options are "boundary", "excitation", "setup", and "mesh". The default is None.

Returns:
type

Value of the property.

References

>>> oDesign.GetPropertyValue