Use lowercase for instrument names.

r1258 | ffr | 2006-11-08 17:01:13 +1100 (Wed, 08 Nov 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-11-08 17:01:13 +11:00
committed by Douglas Clowes
parent a5867d0a9b
commit c78c50bb38

View File

@@ -9,7 +9,7 @@ array set accesscode [list 0 READ_ONLY 1 MANAGER 2 USER 3 SPY ];
proc genXML {instrument} {
global doc;
array set instPath [list Echidna hrpd Wombat hipd Koala qld Quokka sans Platypus reflectometer Pelican pas Taipan tas];
array set instPath [list echidna hrpd wombat hipd koala qld quokka sans platypus reflectometer pelican pas taipan tas];
instrumentXML $instrument;
source $instPath($instrument)/hipadaba_configuration.tcl;