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