Files
Uni-Lab-OS/unilabos/registry/devices/Qone_nmr.yaml
WenzheG 2132895ba2 nmr
2025-11-15 03:02:23 +08:00

157 lines
3.9 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Qone_nmr:
category:
- Qone_nmr
class:
action_value_mappings:
abort:
feedback: {}
goal: {}
goal_default: {}
handles: {}
result: {}
schema:
description: ''
properties:
feedback:
properties: {}
required: []
title: EmptyIn_Feedback
type: object
goal:
properties: {}
required: []
title: EmptyIn_Goal
type: object
result:
properties:
return_info:
type: string
required:
- return_info
title: EmptyIn_Result
type: object
required:
- goal
title: EmptyIn
type: object
type: EmptyIn
get_status:
feedback: {}
goal: {}
goal_default: {}
handles: {}
result: {}
schema:
description: ''
properties:
feedback:
properties: {}
required: []
title: EmptyIn_Feedback
type: object
goal:
properties: {}
required: []
title: EmptyIn_Goal
type: object
result:
properties:
return_info:
type: string
required:
- return_info
title: EmptyIn_Result
type: object
required:
- goal
title: EmptyIn
type: object
type: EmptyIn
start:
feedback: {}
goal:
string: string
goal_default:
string: ''
handles: {}
result: {}
schema:
description: ''
properties:
feedback:
properties: {}
required: []
title: StrSingleInput_Feedback
type: object
goal:
properties:
string:
type: string
required:
- string
title: StrSingleInput_Goal
type: object
result:
properties:
return_info:
type: string
success:
type: boolean
required:
- return_info
- success
title: StrSingleInput_Result
type: object
required:
- goal
title: StrSingleInput
type: object
type: StrSingleInput
module: unilabos.devices.Qone_nmr.Qone_nmr:Qone_nmr
status_types:
files_generated: int
return_info: str
success: bool
type: python
config_info: []
description: Oxford NMR设备驱动支持CSV字符串到TXT文件的批量转换功能并监测对应.nmr文件的大小变化以确认结果生成完成
handles: []
icon: ''
init_param_schema:
config:
properties:
check_interval:
default: 60
description: 文件监测检查间隔时间(秒)
maximum: 300
minimum: 10
type: integer
monitor_dir:
default: D:/Data/MyPC/Automation
type: string
output_dir:
default: D:/setup/txt
type: string
stability_checks:
default: 3
description: 文件大小稳定性检查次数文件大小连续N次不变时认为文件完成
maximum: 10
minimum: 1
type: integer
required: []
type: object
data:
properties:
files_generated:
type: integer
return_info:
type: string
success:
type: boolean
required:
- return_info
- success
- files_generated
type: object
version: 1.0.0