Merged PR 30734: Removed QA Met Validation of Std Dev if no Std Dev Spec. Exists
Removed QA Met Validation of Std Dev if no Std Dev Spec. Exists Related work items: #352919
This commit is contained in:
parent
77d2f5f6ab
commit
624c6ce4b6
@ -2505,16 +2505,6 @@ Service QAMetSigReady(RDSNo, QAStage=QA_STAGES, Slot=SLOTS, WOMatQAKey)
|
||||
Case ( (MetResult LT MetMin) or (MetResult GT MetMax) )
|
||||
ErrorMessage = 'Error in ':Service:' service. Metrology result is out of spec for stage ':QAStage:' slot ':Slot:'.'
|
||||
End Case
|
||||
// Compare Std Dev Result to Std Dev Max
|
||||
StdDevResult = WOMatQARec<WO_MAT_QA_STD_RESULT$, vPos>
|
||||
StdDevMax = WOMatQARec<WO_MAT_QA_STD_MAX$, vPos>
|
||||
Begin Case
|
||||
Case StdDevResult EQ ''
|
||||
// Std Dev data is not always supplied.
|
||||
Null
|
||||
Case StdDevResult GT StdDevMax
|
||||
ErrorMessage = 'Error in ':Service:' service. StdDev exceeds spec for stage ':QAStage:'.'
|
||||
End Case
|
||||
|
||||
If TestProp EQ 'THICK' then
|
||||
// Ensure makeup wafer thickness values are in spec and that at least one wafer
|
||||
@ -2933,3 +2923,4 @@ GetMostRecentSig:
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user