mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 05:45:10 +00:00
33 lines
1016 B
YAML
33 lines
1016 B
YAML
hotel.thermo_orbitor_rs2_hotel:
|
||
class:
|
||
action_value_mappings: {}
|
||
module: unilabos.devices.resource_container.container:HotelContainer
|
||
status_types:
|
||
rotation: String
|
||
type: python
|
||
description: Thermo Orbitor RS2 Hotel容器设备,用于实验室样品的存储和管理。该设备通过HotelContainer类实现容器的旋转控制和状态监控,主要用于存储实验样品、试剂瓶或其他实验器具,支持旋转功能以便于样品的自动化存取。适用于需要有序存储和快速访问大量样品的实验室自动化场景。
|
||
handles: []
|
||
icon: ''
|
||
init_param_schema:
|
||
config:
|
||
properties:
|
||
device_config:
|
||
type: object
|
||
rotation:
|
||
type: object
|
||
required:
|
||
- rotation
|
||
- device_config
|
||
type: object
|
||
data:
|
||
properties:
|
||
rotation:
|
||
type: string
|
||
required:
|
||
- rotation
|
||
type: object
|
||
model:
|
||
mesh: thermo_orbitor_rs2_hotel
|
||
type: device
|
||
version: 0.0.1
|