Skip to content
Snippets Groups Projects
pyDeviceTfor.substitutions 1.35 KiB
Newer Older
mwyman's avatar
mwyman committed
file "$(TOP)/100idPyApp/Db/pyDevCRL_stack.db" {
mwyman's avatar
mwyman committed
  pattern
  {N,   M,		NUMLENS,	RADIUS,		MAT,	LOC,	THICKERR,	OUT,									INP	,	INVAL,	OUTVAL,	INRBVVAL,	DECODE,	ENCODE,	MASK  }
  {1,	"01",   1, 			0.002		"Be",	4.5,	1e-6,		"100idPyCRL:CRL1:stack01_RBV PP",		"",   	1,		0,		1,			"B",	"A", 	"A"	}	
  {1,	"02",   1, 			0.001		"Be",	3.5,	1e-6,		"100idPyCRL:CRL1:stack02_RBV PP",		"",   	1,		0,		1,			"C",	"B", 	"B"	}	
  {1,	"03",   1, 			0.0005		"Be",	2.5,	1e-6,		"100idPyCRL:CRL1:stack03_RBV PP",		"",   	1,		0,		1,			"D",	"C", 	"C"	}	
  {1,	"04",   1, 			0.0003		"Be",	1.5,	1e-6,		"100idPyCRL:CRL1:stack04_RBV PP",		"",   	1,		0,		1,			"E",	"D", 	"D"	}	
  {1,	"05",   1, 			0.0002		"Be",	0.5,	1e-6,		"100idPyCRL:CRL1:stack05_RBV PP",		"",   	1,		0,		1,			"F",	"E", 	"E"	}	
  {1,	"06",   1, 			0.0001		"Be",	-0.5,	1e-6,		"100idPyCRL:CRL1:stack06_RBV PP",		"",   	1,		0,		1,			"G",	"F", 	"F"	}	
  {1,	"07",   2, 			0.0001		"Be",	-1.5,	1.4e-6,		"100idPyCRL:CRL1:stack07_RBV PP",		"",   	1,		0,		1,			"H",	"G", 	"G"	}	
  {1,	"08",   4, 			0.0001		"Be",	-2.5	2.0e-6,		"100idPyCRL:CRL1:stack08_RBV PP",		"",   	1,		0,		1,			"I",	"H", 	"H"	}	
  {1,	"09",   8, 			0.0001		"Be",	-3.5	2.8e-6,		"100idPyCRL:CRL1:stack09_RBV PP",		"",   	1,		0,		1,			"J",	"I", 	"I"	}	
  {1,	"10",   16,			0.0001		"Be",	-4.5	4e-6,		"100idPyCRL:CRL1:stack10_RBV PP",		"",   	1,		0,		1,			"K",	"J", 	"J"	}	
mwyman's avatar
mwyman committed
}
mwyman's avatar
mwyman committed