Process Screening By Groups
I want to automate a Process Screening, whereby all grouped variables are included as Process Variables.
The Typical script I get for the Process Screening looks like this
Process Screening(
Process Variables(
Column Group( "ENG" ),
Column Group( "REJ" )
),
Grouping( :WAFER, :LOT ),
Control Chart Type( "Indiv and MR" )
);
I am able to create a list of available groups but can't figure ...