Commit a7c2b118 by dongshufeng

修改注释

parent 1cb8d323
...@@ -22,6 +22,14 @@ ...@@ -22,6 +22,14 @@
<th>type</th> <th>type</th>
<th>open</th> <th>open</th>
<th>name</th> <th>name</th>
<tr>
<td>UInt64</td>
<td>UInt64</td>
<td>UInt64</td>
<td>UInt32</td>
<td>Boolean</td>
<td>Utf8</td>
</tr>
</table> </table>
- terminal_cn_dev,如果输出的边是该名称,则输出下面几列 - terminal_cn_dev,如果输出的边是该名称,则输出下面几列
...@@ -30,6 +38,12 @@ ...@@ -30,6 +38,12 @@
<th>cn</th> <th>cn</th>
<th>dev</th> <th>dev</th>
<th>type</th> <th>type</th>
<tr>
<td>UInt64</td>
<td>UInt64</td>
<td>UInt64</td>
<td>UInt32</td>
</tr>
</table> </table>
- point_terminal_phase: 如果输出的边是该名称,则输出下面几列 - point_terminal_phase: 如果输出的边是该名称,则输出下面几列
...@@ -37,6 +51,11 @@ ...@@ -37,6 +51,11 @@
<th>point</th> <th>point</th>
<th>terminal</th> <th>terminal</th>
<th>phase</th> <th>phase</th>
<tr>
<td>UInt64</td>
<td>UInt64</td>
<td>Utf8</td>
</tr>
</table> </table>
### 2.2 动态拓扑分析 ### 2.2 动态拓扑分析
...@@ -53,6 +72,10 @@ ...@@ -53,6 +72,10 @@
<table> <table>
<th>cn</th> <th>cn</th>
<th>tn</th> <th>tn</th>
<tr>
<td>UInt64</td>
<td>UInt64</td>
</tr>
</table> </table>
- dev_topo: 如果输出的边是该名称,则输出下面几列 - dev_topo: 如果输出的边是该名称,则输出下面几列
...@@ -61,6 +84,12 @@ ...@@ -61,6 +84,12 @@
<th>cn</th> <th>cn</th>
<th>tn</th> <th>tn</th>
<th>dev</th> <th>dev</th>
<tr>
<td>UInt64</td>
<td>UInt64</td>
<td>UInt64</td>
<td>UInt64</td>
</tr>
</table> </table>
## 3. 输入参数准备 ## 3. 输入参数准备
...@@ -72,6 +101,10 @@ ...@@ -72,6 +101,10 @@
<table> <table>
<th>config</th> <th>config</th>
<th>ohm_per_km</th> <th>ohm_per_km</th>
<tr>
<td>Utf8</td>
<td>Utf8</td>
</tr>
</table> </table>
#### 输出 #### 输出
...@@ -79,6 +112,10 @@ ...@@ -79,6 +112,10 @@
<table> <table>
<th>dev_id</th> <th>dev_id</th>
<th>ohm</th> <th>ohm</th>
<tr>
<td>UInt64</td>
<td>Utf8</td>
</tr>
</table> </table>
### 3.2 潮流方程准备脚本 ### 3.2 潮流方程准备脚本
...@@ -93,6 +130,11 @@ ...@@ -93,6 +130,11 @@
<th>point</th> <th>point</th>
<th>terminal</th> <th>terminal</th>
<th>phase</th> <th>phase</th>
<tr>
<td>UInt64</td>
<td>UInt64</td>
<td>Utf8</td>
</tr>
</table> </table>
#### tn_input #### tn_input
...@@ -107,6 +149,12 @@ ...@@ -107,6 +149,12 @@
<th>phase</th> <th>phase</th>
<th>unit</th> <th>unit</th>
<th>value</th> <th>value</th>
<tr>
<td>UInt64</td>
<td>Utf8</td>
<td>Utf8</td>
<td>Float64</td>
</tr>
</table> </table>
## 4. 潮流计算 ## 4. 潮流计算
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论