Files
sics/site_ansto/instrument/config
Douglas Clowes 1e7b9b2e38 first pass Autolab SC driver
r3082 | dcl | 2011-03-24 16:25:52 +1100 (Thu, 24 Mar 2011) | 1 line
2012-11-15 17:09:17 +11:00
..
2012-11-15 16:57:26 +11:00
2012-11-15 13:40:19 +11:00
2012-11-15 17:09:17 +11:00
2012-11-15 17:07:20 +11:00
2012-11-15 17:07:02 +11:00
2012-11-15 17:04:40 +11:00
2012-11-15 17:00:29 +11:00
2012-11-15 13:40:07 +11:00

This directory contains common configuration files shared by the instrument specific configurations.
How to add a new configuration section

  mkdir config/newcomp
Create the common config file, eg
  config/newcomp/newcomp_common.tcl

Create the instrument specific config file which sources the common config
  hrpd/config/newcomp/newcomp.tcl

Add the path for the common config file to the common config list
  hrpd/config/INSTCFCOMMON.TXT

DON'T FORGET TO ADD THE NEW FILES AND DIRECTORIES TO CVS