-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
move_all_by (shown below 👇)
Lines 559 to 564 in 8018c0d
| for obj in chain(self._inst_list, self._inst_primitives, self._rect_list, | |
| self._via_primitives, self._via_list, self._pin_list, | |
| self._path_list, self._blockage_list, self._boundary_list, | |
| self._polygon_list, self._round_list, | |
| self._sim_list, self._source_list, self._monitor_list): | |
| obj.move_by(dx=dx, dy=dy, unit_mode=unit_mode) |
assumes each object from the list in the chain has a move_by with dx, dy, and unit_mode parameter. Unfortunately, PhotonicPinInfo (PinInfo) doesn't use unit_mode:
def move_by(self, dx=0, dy=0):
Metadata
Metadata
Assignees
Labels
No labels