厚度TTV线痕分析


绘制散点图(单刀)

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>绘制平均厚度、TTV、最大线痕散点图的接口</li> </ul> <h5>请求URL</h5> <ul> <li>请使用 <code>http://10.26.66.5:8711/api/plot/scatter</code></li> <li>已弃用 <code>http://10.26.66.44:8711/api/plot/scatter</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;">originalSN</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>晶棒号</td> </tr> </tbody> </table> <h5>传参示例</h5> <pre><code>{ &amp;quot;originalSN&amp;quot;:&amp;quot;KNSR241A1033231NSA&amp;quot; }</code></pre> <h5>返参示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: { &amp;quot;sawMarksPath&amp;quot;: &amp;quot;http://10.26.66.44:8711/static/KNSR241A1033231NSA_sawmarks.png&amp;quot;, &amp;quot;thicknessPath&amp;quot;: &amp;quot;http://10.26.66.44:8711/static/KNSR241A1033231NSA_thickness.png&amp;quot;, &amp;quot;ttvPath&amp;quot;: &amp;quot;http://10.26.66.44:8711/static/KNSR241A1033231NSA_ttv.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;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><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=f74636cc6235e4e974b043a59bad3fad&amp;amp;file=file.png" alt="平均厚度" /></p> <p>![TTV](<a href="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6ccdb5873b3b6fb6ffe09d6ed2e510bd&amp;file=file.png">https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6ccdb5873b3b6fb6ffe09d6ed2e510bd&amp;file=file.png</a> &quot;TTV&quot;)</p> <p>![最大线痕](<a href="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=048dcade58634a569e3052cb2ba3f844&amp;file=file.png">https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=048dcade58634a569e3052cb2ba3f844&amp;file=file.png</a> &quot;最大线痕&quot;)</p>

页面列表

ITEM_HTML