Revert "Merge pull request #214 from ALITTLELZ/prcxi1"

This reverts commit 4595f86725, reversing
changes made to 1340bae838.
This commit is contained in:
zhangshixiang
2026-01-14 15:57:35 +08:00
parent 4595f86725
commit b045ab4e0a
4 changed files with 29 additions and 35 deletions

View File

@@ -405,19 +405,16 @@ class PRCXI9300TubeRack(TubeRack):
if items_to_pass is not None:
super().__init__(name, size_x, size_y, size_z,
ordered_items=items_to_pass,
category=category,
model=model,
**kwargs)
elif ordering_param is not None:
# 传递 ordering 参数,让 TubeRack 自己创建 Tube 对象
super().__init__(name, size_x, size_y, size_z,
ordering=ordering_param,
category=category,
model=model,
**kwargs)
else:
super().__init__(name, size_x, size_y, size_z,
category=category,
model=model,
**kwargs)
@@ -1276,7 +1273,7 @@ class PRCXI9300Backend(LiquidHandlerBackend):
PlateNo = plate_indexes[0] + 1
hole_col = tip_columns[0] + 1
hole_row = 1
if self.num_channels == 1 or self.num_channels == 2:
if self.num_channels == 1:
hole_row = tipspot_index % 8 + 1
assert mix_time > 0
@@ -1333,7 +1330,7 @@ class PRCXI9300Backend(LiquidHandlerBackend):
PlateNo = plate_indexes[0] + 1
hole_col = tip_columns[0] + 1
hole_row = 1
if self.num_channels == 1 or self.num_channels == 2:
if self.num_channels == 1:
hole_row = tipspot_index % 8 + 1
step = self.api_client.Imbibing(
@@ -1391,7 +1388,7 @@ class PRCXI9300Backend(LiquidHandlerBackend):
hole_col = tip_columns[0] + 1
hole_row = 1
if self.num_channels == 1 or self.num_channels == 2:
if self.num_channels == 1:
hole_row = tipspot_index % 8 + 1
step = self.api_client.Tapping(