Finished developing TW Req'd on metrology frequency for OI UI loading

This commit is contained in:
Infineon\Ouellette
2025-01-10 13:59:31 -07:00
parent dd3aaad4a6
commit 63bded8bb1
3 changed files with 48 additions and 7 deletions

View File

@ -684,7 +684,18 @@ Service GetTestRunKeysByPSN(PSNo)
end service
Service GetTestRunKeysByRDS(RDSNo)
table = "TEST_RUN"
Open "DICT ":table To @DICT Else
Error_Services('Add', 'Error opening TEST_RUN dictionary')
End
If Error_Services('NoError') then
srch_strng = "RDS_ID":@VM:RDSNo:@FM
keylist = ""
option = ""
flag = ""
Btree.Extract(srch_strng, table, @DICT, keylist, option, flag)
Response = keylist
end
end service
Service GetTestRunWaferByID(TRWaferID)
@ -747,3 +758,4 @@ end service