mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 14:05:12 +00:00
新增set liquid方法
This commit is contained in:
@@ -135,6 +135,9 @@ class PRCXI9300Handler(LiquidHandlerAbstract):
|
||||
def set_liquid(self, wells: list[Well], liquid_names: list[str], volumes: list[float]):
|
||||
return super().set_liquid(wells, liquid_names, volumes)
|
||||
|
||||
def set_liquid(self, wells: list[Well], liquid_names: list[str], volumes: list[float]):
|
||||
return super().set_liquid(wells, liquid_names, volumes)
|
||||
|
||||
async def create_protocol(
|
||||
self,
|
||||
protocol_name: str = "",
|
||||
|
||||
Reference in New Issue
Block a user