Skip to content

Commit db29e7c

Browse files
authored
new (#998)
1 parent e6d6ba6 commit db29e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyaedt/edb_core/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ def set_solder_ball(self, component="", sball_diam="100um", sball_height="150um"
10861086
other_port_prop = other_cmp_prop.GetPortProperty().Clone()
10871087
other_port_prop.SetReferenceSizeAuto(True)
10881088
other_cmp_prop.SetPortProperty(other_port_prop)
1089-
edb_cmp.SetComponentProperty(other_port_prop)
1089+
edb_cmp.SetComponentProperty(other_cmp_prop)
10901090
else:
10911091
return False
10921092
else:

0 commit comments

Comments
 (0)