Files
sics/site_ansto/instrument/config
Ferdi Franceschini 38d915cc6a SICS-646: Restore histogram command to hdb tree.
Instruments which don't have a histogram should add
"set no_histmem true"
to the top of their instrument config file before the commands_common
file is sourced.
2013-08-09 05:30:54 +10:00
..
2012-11-15 17:34:51 +11:00
2012-11-15 17:00:29 +11:00
2012-11-15 17:10:31 +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