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