mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 15:05:13 +00:00
change to "sources" and "targets" for lh
This commit is contained in:
@@ -358,8 +358,8 @@ liquid_handler.biomek:
|
|||||||
transfer_biomek:
|
transfer_biomek:
|
||||||
type: LiquidHandlerTransferBiomek
|
type: LiquidHandlerTransferBiomek
|
||||||
goal:
|
goal:
|
||||||
source: source
|
sources: sources
|
||||||
target: target
|
targets: targets
|
||||||
tip_rack: tip_rack
|
tip_rack: tip_rack
|
||||||
volume: volume
|
volume: volume
|
||||||
aspirate_techniques: aspirate_techniques
|
aspirate_techniques: aspirate_techniques
|
||||||
@@ -417,8 +417,8 @@ liquid_handler.biomek:
|
|||||||
move_biomek:
|
move_biomek:
|
||||||
type: LiquidHandlerMoveBiomek
|
type: LiquidHandlerMoveBiomek
|
||||||
goal:
|
goal:
|
||||||
source: resource
|
source: sources
|
||||||
target: target
|
target: targets
|
||||||
feedback: {}
|
feedback: {}
|
||||||
result:
|
result:
|
||||||
name: name
|
name: name
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
string source
|
string sources
|
||||||
string target
|
string targets
|
||||||
|
|
||||||
---
|
---
|
||||||
string return_info
|
string return_info
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
string source
|
string sources
|
||||||
string target
|
string targets
|
||||||
string tip_rack
|
string tip_rack
|
||||||
float64 volume
|
float64 volume
|
||||||
string aspirate_technique
|
string aspirate_technique
|
||||||
|
|||||||
Reference in New Issue
Block a user