mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
34 lines
703 B
YAML
34 lines
703 B
YAML
container:
|
|
category:
|
|
- container
|
|
class:
|
|
module: unilabos.resources.container:RegularContainer
|
|
type: pylabrobot
|
|
description: regular organic container
|
|
handles:
|
|
- data_key: fluid_in
|
|
data_source: handle
|
|
data_type: fluid
|
|
handler_key: top
|
|
io_type: target
|
|
label: top
|
|
side: NORTH
|
|
- data_key: fluid_out
|
|
data_source: handle
|
|
data_type: fluid
|
|
handler_key: bottom
|
|
io_type: source
|
|
label: bottom
|
|
side: SOUTH
|
|
- data_key: mechanical_port
|
|
data_source: handle
|
|
data_type: mechanical
|
|
handler_key: bind
|
|
io_type: target
|
|
label: bind
|
|
side: WEST
|
|
icon: Flask.webp
|
|
init_param_schema: {}
|
|
registry_type: resource
|
|
version: 1.0.0
|