84 lines
3.5 KiB
Plaintext
84 lines
3.5 KiB
Plaintext
compile insert QUOTE_SPEC_EQU
|
|
* These are equates for the spec_substrate field in the prod_spec table
|
|
* so they are the @vm positions. This is used when defining spec information
|
|
* for a particular prod_spec
|
|
|
|
equ QSSubOrientation$ to 1
|
|
equ QSSubType$ to 2
|
|
equ QSSubWafersize$ to 3
|
|
equ QSSubResistivity$ to 4
|
|
equ QSSubResUnits$ to 5
|
|
equ QSSubDopant$ to 6
|
|
equ QSSubPreClean$ to 7
|
|
equ QSSubBl1Dopant$ to 8
|
|
equ QSSubBl2Dopant$ to 9
|
|
equ QSSubOxide$ to 10
|
|
equ QSSubPostClean$ to 11
|
|
equ QSSubBackseal$ to 12
|
|
equ QSSubMfg$ to 13 ;* appears dead 2/8/2011 JCH (no data found)
|
|
equ QSSubSubstrate$ to 14
|
|
equ QSSubInstructions$ to 15
|
|
equ QSSubNotUsed$ to 16
|
|
equ QSSubWafersSupBy$ to 17
|
|
equ QSSubSpecType$ to 18
|
|
equ QSSubPolish$ to 19
|
|
equ QSSubProduct$ to 20
|
|
equ QSSubBl3Dopant$ to 21
|
|
equ QSSubOxideAngstroms$ to 22
|
|
equ QSSubPreAkrionRecipe$ to 23
|
|
equ QSSubPostAkrionRecipe$ to 24
|
|
equ QSSubThickness to 25
|
|
|
|
* each reactor layer is delimited by char(248)
|
|
* now these are the equates for the spec_epi field in the prod_spec table
|
|
* so they are the @vm positions.
|
|
|
|
equ QSEpiConcMinThick$ to 1 ;* could have @svm - No @SVM's found or used in data. Fixing code as found 1/16/2009 JCH
|
|
equ QSEpiConcMaxThick$ to 2 ;* could have @svm
|
|
equ QSEpiConcUnits$ to 3
|
|
equ QSEpiResMinThick$ to 4
|
|
equ QSEpiResMaxThick$ to 5
|
|
equ QSEpiResUnits$ to 6
|
|
equ QSEpiMinThick$ to 7
|
|
equ QSEpiMaxThick$ to 8
|
|
equ QSEpiThickUnits$ to 9
|
|
equ QSEpiDopant$ to 10
|
|
equ QSEpiRecipe$ to 11
|
|
equ QSEpiRecipeName$ to 12
|
|
equ QSEpiThickMeasure$ to 13 ;* Further delimited with '~' into tool,type,recipe,freq,provein,first,last,spc,overgrow,exp_tw_qty,pattern
|
|
equ QSEpiResMeasure$ to 14 ;* Further delimited with '~' into tool,type,recipe,freq,provein,first,last,spc,overgrow
|
|
equ QSEpiConcMeasure$ to 15 ;* Further delimited with '~' into tool,type,recipe,freq,provein,first,last,spc,overgrow
|
|
equ QSEpiCresMin$ to 16 ;* Added 1/16/2009 JCH - HgCv1 measured resistance for calculation of Concentration
|
|
equ QSEpiCresMax$ to 17 ;* Added 1/16/2009 JCH - HgCv1 measured resistance for calculation of Concentration
|
|
equ QSEpiCresUnits$ to 18 ;* Added 1/16/2009 JCH - HgCv1 measured resistance for calculation of Concentration
|
|
equ QSEpiCresMeasure$ to 19 ;* Added 1/16/2009 JCH - HgCv1 measured resistance for calculation of Concentration
|
|
equ QSEpiCresPhaseMin$ to 20
|
|
|
|
* These are equates for the spec_addtl field in the prod_spec table
|
|
* so they are the @vm positions. This is used when defining spec information
|
|
* for a particular prod_spec
|
|
|
|
equ QSAddProveInInst$ to 1 ;* Changed on 8/22/2012 JCH
|
|
equ QSAddStressMeasure$ to 2
|
|
equ QSAddTransMeasure$ to 3
|
|
equ QSAddStressMin$ to 4
|
|
equ QSAddStressMax$ to 5
|
|
equ QSAddTransSpec$ to 6
|
|
|
|
* These are the equates for the spec_new_dev field in the prod_spec table
|
|
* so they are the @vm postions. This is used when defining spec as
|
|
* new development
|
|
equ QSNewDevInst$ to 1
|
|
equ QSNewDevExpPlan$ to 2
|
|
equ QSNewDevTestResults$ to 3
|
|
equ QSNewDevSpecialInst$ to 4
|
|
|
|
* These are the equates for the spec_pre_prod field in the prod_spec table
|
|
* so they are the @vm postions. This is used when defining spec as
|
|
* new pre production
|
|
equ QSPreProdInst$ to 1
|
|
equ QSPreProdSpecialInst$ to 2
|
|
equ QSPreProdProveIn$ to 3
|
|
|
|
|