<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get process parameter yield by wafer in a lot? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773358#M95441</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;yes, I did try Grouping by&amp;nbsp; "&lt;SPAN&gt;Wafer ID in lot ID",&amp;nbsp; which gives me a table with the required data, but I have not been able to extract the parameter yield I want from it. I am thinking of using the Summarize function but am not yet sure how to use it. Any help would be very useful.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 16:48:29 GMT</pubDate>
    <dc:creator>Neo</dc:creator>
    <dc:date>2024-07-16T16:48:29Z</dc:date>
    <item>
      <title>How to get process parameter yield by wafer in a lot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773347#M95439</link>
      <description>&lt;P&gt;&amp;nbsp;I want to get process parameter yield per "Wafer ID in lot ID" from the sample data table "Semiconductor Capability.jmp".&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am not able to proceed as I am getting an error:&amp;nbsp;&lt;CODE class=" language-jsl"&gt;"Process Screening requires at least 7 rows of data."&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here (1);
clear log ();
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");

col_names = dt &amp;lt;&amp;lt; Get Column Group("Processes"); 
ps = dt &amp;lt;&amp;lt; Process Screening (Process Variables( Eval( col_names )),  
                  Spec Limits Dialog( "No (skip columns with no spec limits)" ), 
                  Control Chart Type ("Indiv and MR"),
                  By( :wafer );// Just to demonstrate	
                  //By (:"Wafer ID in lot ID");I need this but this throws error in JMP 16.2.0 (Error: Process Screening requires at least 7 rows of data.). Why?
                  );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where am I going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the above script works for By: Wafer ID in lot ID, I would like to get a data table (Summary?) in the form&lt;/P&gt;&lt;P&gt;Column1: Wafer ID in lot ID&lt;/P&gt;&lt;P&gt;Column2: Process names&lt;/P&gt;&lt;P&gt;Column3:&lt;/P&gt;&lt;P&gt;Process parameter yield = 100* # passing sites (per parameter which the above script gives, I think (5 - "out of spec count"))/ # sites measured per "Wafer ID in Lot ID"&lt;/P&gt;&lt;P&gt;(5 sites measured per wafer in this example data case)&lt;/P&gt;&lt;P&gt;How to do this via JSL?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 16:01:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773347#M95439</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2024-07-16T16:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get process parameter yield by wafer in a lot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773357#M95440</link>
      <description>&lt;P&gt;Have you tried using Group instead of By for could grouping column?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 16:19:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773357#M95440</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-16T16:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get process parameter yield by wafer in a lot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773358#M95441</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;yes, I did try Grouping by&amp;nbsp; "&lt;SPAN&gt;Wafer ID in lot ID",&amp;nbsp; which gives me a table with the required data, but I have not been able to extract the parameter yield I want from it. I am thinking of using the Summarize function but am not yet sure how to use it. Any help would be very useful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 16:48:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773358#M95441</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2024-07-16T16:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get process parameter yield by wafer in a lot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773360#M95442</link>
      <description>&lt;P&gt;I'm not sure what you wish to use the Summarize for? You can very easily get a table like this from Process Screening and then you just add one formula and you should get what you need (or maybe I'm missing something)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1721149046028.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66226iE679FC351BD62AD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1721149046028.png" alt="jthi_0-1721149046028.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 16:57:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773360#M95442</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-16T16:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get process parameter yield by wafer in a lot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773568#M95484</link>
      <description>&lt;P&gt;As this has been marked solved, I will also provide at least some sort of a final solution&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");

ps = dt &amp;lt;&amp;lt; Process Screening(
	Process Variables(Column Group("Processes")),
	Grouping(:Wafer ID in lot ID),
	Control Chart Type("Indiv and MR"),
	Within Sigma(0),
	Overall Sigma(0),
	Stability Index(0),
	Mean(0),
	Show Tests(0),
	Test 1(0),
	Out of Spec Rate(0),
	Latest Out of Spec(0),
	Cpk(0),
	Ppk(0)
);

dt_result = Report(ps)[Outline Box("Process Screening"), Table Box(1)] &amp;lt;&amp;lt; Make Into Data Table;
ps &amp;lt;&amp;lt; close window;
wait(0);

new_col = dt_result &amp;lt;&amp;lt; New Column("Yield", Numeric, Continuous, Format("Percent", 12, 3), Formula(
	(:Count - :"Out of Spec Count"n) / :Count)
);
dt_result &amp;lt;&amp;lt; run formulas;
new_col &amp;lt;&amp;lt; delete formula;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jul 2024 11:20:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-process-parameter-yield-by-wafer-in-a-lot/m-p/773568#M95484</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-17T11:20:53Z</dc:date>
    </item>
  </channel>
</rss>

