Skip to content

Commit 6b2611b

Browse files
authored
Removed set_solder_ball from get_component_placement_vector (#922)
Co-authored-by: maxcapodi78 <Shark78>
1 parent ed5e7c7 commit 6b2611b

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
@@ -490,7 +490,7 @@ def get_component_placement_vector(
490490

491491
if vector:
492492
solder_ball_height = self.get_solder_ball_height(mounted_component)
493-
self.set_solder_ball(component=mounted_component, sball_height=solder_ball_height)
493+
# self.set_solder_ball(component=mounted_component, sball_height=solder_ball_height)
494494
return True, vector, rotation, solder_ball_height
495495
self._logger.warning("Failed to compute vector.")
496496
return False, [0, 0], 0, 0

0 commit comments

Comments
 (0)