厚度TTV线痕分析


绘制散点图(多刀)

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>绘制多刀的平均厚度、TTV、最大线痕散点图</li> <li>绘制多刀的平均值折线</li> </ul> <h5>请求URL</h5> <ul> <li>请使用 <code>http://10.26.66.5:8711/api/plot/multiScatter</code></li> <li>已弃用 <code>http://10.26.66.44:8711/api/plot/multiScatter</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">multiOriginalSN</td> <td style="text-align: left;">是</td> <td style="text-align: left;">array</td> <td>多刀的晶棒号</td> </tr> </tbody> </table> <h5>传参示例</h5> <pre><code>{ &amp;quot;multiOriginalSN&amp;quot;:[ &amp;quot;KNSR241A1033231NSA&amp;quot;, &amp;quot;KNSR242A1029161NSD&amp;quot;, &amp;quot;KNSR241A1007162WSD2&amp;quot; ] }</code></pre> <h5>返参示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: { &amp;quot;thicknessPath&amp;quot;: &amp;quot;http://10.26.66.44:8711/static/20240301132402multiThickness.png&amp;quot;, &amp;quot;ttvPath&amp;quot;: &amp;quot;http://10.26.66.44:8711/static/20240301132403multiTTV.png&amp;quot;, &amp;quot;sawMarksPath&amp;quot;: &amp;quot;http://10.26.66.44:8711/static/20240301132404multiSawMarks.png&amp;quot; }, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot; }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td>200: 成功&lt;br&gt;206: 部分晶棒号无法查询&lt;br&gt;400: 传参错误&lt;br&gt;404: 全部晶棒号不存在/参数为空&lt;br&gt;500: 服务器异常</td> </tr> <tr> <td style="text-align: left;">thicknessPath</td> <td style="text-align: left;">string</td> <td>多刀平均厚度散点图绝对路径</td> </tr> <tr> <td style="text-align: left;">ttvPath</td> <td style="text-align: left;">string</td> <td>多刀TTV散点图绝对路径</td> </tr> <tr> <td style="text-align: left;">sawMarksPath</td> <td style="text-align: left;">string</td> <td>多刀最大线痕散点图绝对路径</td> </tr> </tbody> </table> <h5>备注</h5> <p>图像示例</p> <p>![平均厚度](<a href="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=3fe2472f0f28ea997f8cad2ec76e1cfa&amp;file=file.png">https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=3fe2472f0f28ea997f8cad2ec76e1cfa&amp;file=file.png</a> &quot;平均厚度&quot;)</p> <p>![ttv](<a href="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6ba575982f2c1e21ad12bb446797f449&amp;file=file.png">https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6ba575982f2c1e21ad12bb446797f449&amp;file=file.png</a> &quot;ttv&quot;)</p> <p>![最大线痕](<a href="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=af3ebbc1e89bdcfb7d04f77969ef3aa4&amp;file=file.png">https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=af3ebbc1e89bdcfb7d04f77969ef3aa4&amp;file=file.png</a> &quot;最大线痕&quot;)</p>

页面列表

ITEM_HTML