mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-10 17:55:12 +00:00
Update Prcxi
This commit is contained in:
@@ -131,6 +131,7 @@ class PRCXI9300:
|
||||
# ---------------------------------------------------- 单点动作
|
||||
|
||||
def Load(
|
||||
self,
|
||||
axis: str,
|
||||
dosage: int,
|
||||
plate_no: int,
|
||||
@@ -168,10 +169,8 @@ def Load(
|
||||
"LiquidDispensingMethod": liquid_method
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
def Imbibing(
|
||||
self,
|
||||
axis: str,
|
||||
dosage: int,
|
||||
plate_no: int,
|
||||
@@ -211,6 +210,7 @@ def Imbibing(
|
||||
|
||||
|
||||
def Tapping(
|
||||
self,
|
||||
axis: str,
|
||||
dosage: int,
|
||||
plate_no: int,
|
||||
@@ -250,6 +250,7 @@ def Tapping(
|
||||
|
||||
|
||||
def Blending(
|
||||
self,
|
||||
axis: str,
|
||||
dosage: int,
|
||||
plate_no: int,
|
||||
@@ -288,6 +289,7 @@ def Blending(
|
||||
}
|
||||
|
||||
def UnLoad(
|
||||
self,
|
||||
axis: str,
|
||||
dosage: int,
|
||||
plate_no: int,
|
||||
|
||||
Reference in New Issue
Block a user