Add surf scan recipes to PSN JSON
This commit is contained in:
@ -150,6 +150,14 @@ Service GetMetrologyRecipesAndPatterns(PSNo)
|
||||
end
|
||||
end
|
||||
Next Recipe
|
||||
SurfScanRecipes = Xlate('PRS_STAGE', PRSStageKey, PRS_STAGE_SURFSCAN_RECIPE$, 'X')
|
||||
If SurfScanRecipes NE '' then
|
||||
for each SurfScanRecipe in SurfScanRecipes using @VM setting ssPos
|
||||
Entry = SurfScanRecipe:@VM:'':@VM:'':@VM:'TENCOR'
|
||||
RecipesAndPatterns<CurrIdx> = Entry
|
||||
CurrIdx = CurrIdx + 1
|
||||
Next SurfScanRecipe
|
||||
end
|
||||
Next PRSStageKey
|
||||
|
||||
RecipesAndPatterns = SRP_Array('Clean', RecipesAndPatterns, 'TrimAndMakeUnique')
|
||||
|
Reference in New Issue
Block a user