diff --git a/pyaedt/edb_core/components.py b/pyaedt/edb_core/components.py index 28add0af4e8..f4402934fb8 100644 --- a/pyaedt/edb_core/components.py +++ b/pyaedt/edb_core/components.py @@ -1086,7 +1086,7 @@ def set_solder_ball(self, component="", sball_diam="100um", sball_height="150um" other_port_prop = other_cmp_prop.GetPortProperty().Clone() other_port_prop.SetReferenceSizeAuto(True) other_cmp_prop.SetPortProperty(other_port_prop) - edb_cmp.SetComponentProperty(other_port_prop) + edb_cmp.SetComponentProperty(other_cmp_prop) else: return False else: