Files
sics/site_ansto/instrument/config
Ferdi Franceschini e971cd8b64 New sicsconfig.ini file configuration editor.
Updated wombat sics_config.ini and gen_sct.py
Generated new tcl files from sct templates and
modified some old sct_*.tcl drivers.

TODO
sct_keithley_2700.tcl
magneticField/sct_oxford_labview.tcl
magneticField/sct_bruker_BEC1.tcl
temperature/sct_watlow_st4.tcl
temperature/sct_oxford_mercury.tcl
temperature/sct_mercury_pres.tcl
temperature/sct_julabo_lh45.tcl
temperature/sct_lakeshore_340.tcl
temperature/sct_julabo_lh45_gen.tcl
temperature/sct_watlow_rm.tcl
temperature/sct_eurotherm_2000.tcl
temperature/sct_lakeshore_336.tcl
temperature/sct_watlow_pm.tcl
temperature/sct_oxford_itc.tcl
temperature/sct_lakeshore_370.tcl
temperature/west400.tcl
2014-06-30 09:08:19 +10:00
..
2014-06-25 13:22:44 +10: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