open-insight/LSL2/STPROCINS/RECIPE_LAYER_INFO_EQU.txt
2024-03-25 15:12:53 -07:00

26 lines
798 B
Plaintext

compile insert RECIPE_LAYER_INFO_EQU
* These are equates for the LAYER_INFO field in the RECIPE table
* so they are the @vm positions. This is used when there are
* same reactor layers.
* each layer is delimited by char(248)
* RecL stands for RECIPE Layer
equ RecLEpiDopant$ to 1
equ RecLEpiDepTimeMin$ to 2
equ RecLEpiDepTimeMax$ to 3
equ RecLEpiDiluent$ to 4
equ RecLEpiDopantFlowMin$ to 5
equ RecLEpiDopantFlowMax$ to 6
equ RecLEpiFrontOffestMin$ to 7
equ RecLEpiFrontOffestMax$ to 8
equ RecLEpiSideOffestMin$ to 9
equ RecLEpiSideOffestMax$ to 10
equ RecLEpiRearOffestMin$ to 11
equ RecLEpiRearOffestMax$ to 12
equ RecLEpiH2FlowMin$ to 13
equ RecLEpiH2FlowMax$ to 14
equ RecLEpiTCSFlowMin$ to 15
equ RecLEpiTCSFlowMax$ to 16