get_property_value# Hfss.get_property_value(objectname, property, type=None)[source]# Retrieve a property value. Parameters: objectnamestrName of the object. propertystrName of the property. typestr, optionalType of the property. Options are "boundary", "excitation", "setup", and "mesh". The default is None. Returns: typeValue of the property. References >>> oDesign.GetPropertyValue Copy to clipboard