mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-07 23:45:10 +00:00
支持通过list[int],list[float]进行Int64MultiArray,Float64MultiArray的替换
This commit is contained in:
@@ -182,7 +182,7 @@ hplc.agilent:
|
||||
module: unilabos.devices.hplc.AgilentHPLC:HPLCDriver
|
||||
status_types:
|
||||
could_run: bool
|
||||
data_file: tuple
|
||||
data_file: list
|
||||
device_status: str
|
||||
driver_init_ok: bool
|
||||
finish_status: str
|
||||
|
||||
@@ -521,7 +521,7 @@ linear_motion.grbl:
|
||||
- -80
|
||||
- 0
|
||||
description: '参数: limits'
|
||||
type: string
|
||||
type: array
|
||||
port:
|
||||
description: '参数: port'
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user