Removed duplicate sample node

r1471 | ffr | 2007-02-12 17:55:05 +1100 (Mon, 12 Feb 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-02-12 17:55:05 +11:00
committed by Douglas Clowes
parent 37278f2e73
commit 24ab5ef8b5

View File

@@ -10,14 +10,6 @@ source hpaths.tcl
set instrument echidna set instrument echidna
hmake /$instrument spy none hmake /$instrument spy none
hsetprop /$instrument type instrument hsetprop /$instrument type instrument
#--- admin
hattach /$instrument title title
hattach /$instrument sample sample
hmake /$instrument/user spy none
hsetprop /$instrument/user type part
hattach /$instrument/user user name
hattach /$instrument/user email email
hattach /$instrument/user phone phone
# Generate hipadaba nodes for the paths in the hpaths file # Generate hipadaba nodes for the paths in the hpaths file
foreach hp $hpaths { foreach hp $hpaths {
@@ -25,6 +17,14 @@ foreach hp $hpaths {
hsetprop /$instrument/$hp type part; hsetprop /$instrument/$hp type part;
} }
#--- admin
hattach /$instrument title title
hattach /$instrument/experiment sample description
hmake /$instrument/user spy none
hsetprop /$instrument/user type part
hattach /$instrument/user user name
hattach /$instrument/user email email
hattach /$instrument/user phone phone
#--- Motors #--- Motors
foreach {obj name part} $motor_hpath { foreach {obj name part} $motor_hpath {