Skip to content

Commit eaf1332

Browse files
committed
increase STAR._iswap_traversal_height to 284
1 parent 5b44b6f commit eaf1332

File tree

1 file changed

+1
-1
lines changed
  • pylabrobot/liquid_handling/backends/hamilton

1 file changed

+1
-1
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ def __init__(
11651165
self._core_parked: Optional[bool] = None
11661166
self._extended_conf: Optional[dict] = None
11671167
self._channel_traversal_height: float = 245.0
1168-
self._iswap_traversal_height: float = 245.0
1168+
self._iswap_traversal_height: float = 284.0
11691169
self.core_adjustment = Coordinate.zero()
11701170
self._unsafe = UnSafe(self)
11711171

0 commit comments

Comments
 (0)