← 请从左侧选择一个功能块查看参数
+{{ selectedFB.name }}
+ {{ selectedFB.chineseName }} +{{ selectedFB.description }}
+ + +输入参数 (Input)
+| 参数名 | +数据类型 | +描述 | +默认值 | +范围 | +
|---|---|---|---|---|
| {{ param.name }} | +{{ param.type }} | +{{ param.description }} | +{{ param.defaultValue !== undefined ? param.defaultValue : '—' }} | +{{ param.range || '—' }} | +
输出参数 (Output)
+| 参数名 | +数据类型 | +描述 | +
|---|---|---|
| {{ param.name }} | +{{ param.type }} | +{{ param.description }} | +
使用说明
+-
+
- {{ note }} +
+