Added a condition that Wafer type for metrology reading is not null to determine if a test wafer is required.
This commit is contained in:
parent
e5f0e9b7f1
commit
2a28c4b743
@ -809,7 +809,7 @@ Service IsTWLoggingReqd(RDSNo)
|
||||
Layer = Field(PRSPropKey, '*', 2)
|
||||
MeasureFreq = PRSPropRec<PRS_PROP_FREQ$>
|
||||
Start = PRSPropRec<PRS_PROP_MET_START$>
|
||||
If WaferType NE 'Product' AND WaferType NE 'Prod' then
|
||||
If WaferType NE 'Product' AND WaferType NE 'Prod' AND WaferType NE '' then
|
||||
BEGIN CASE
|
||||
CASE MeasureFreq = 'F' AND ThisReactorRunOrder = 1 ; IsTWReqd = 1
|
||||
CASE ThisReactorRunOrder = Start ; IsTWReqd = 1
|
||||
@ -1828,3 +1828,4 @@ return
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user