Files
sics/site_ansto/instrument/reflectometer/hpaths.tcl
Douglas Clowes 74f714ad8f Exchange the axis names for Y (now horizontal along the beam) and Z (now vertical)
r1283 | dcl | 2006-11-14 08:29:39 +1100 (Tue, 14 Nov 2006) | 2 lines
2012-11-15 12:52:44 +11:00

47 lines
803 B
Tcl

set hpaths [list \
/sample /detector /slits \
/slits/1 /slits/2 /slits/3 /slits/4 ]
# Maps devices (eg motors) to hipadaba paths.
array set motor_hpath [list \
s1up /slits/1 \
s1lo /slits/1 \
s1le /slits/1 \
s1ri /slits/1 \
s1vg /slits/1 \
s1vo /slits/1 \
s1hg /slits/1 \
s1ho /slits/1 \
s2up /slits/2 \
s2lo /slits/2 \
s2le /slits/2 \
s2ri /slits/2 \
s2vg /slits/2 \
s2vo /slits/2 \
s2hg /slits/2 \
s2ho /slits/2 \
s3up /slits/3 \
s3lo /slits/3 \
s3le /slits/3 \
s3ri /slits/3 \
s3vg /slits/3 \
s3vo /slits/3 \
s3hg /slits/3 \
s3ho /slits/3 \
st3vt /slits/3 \
s4up /slits/4 \
s4lo /slits/4 \
s4le /slits/4 \
s4ri /slits/4 \
s4vg /slits/4 \
s4vo /slits/4 \
s4hg /slits/4 \
s4ho /slits/4 \
st4vt /slits/4 \
saz /sample \
sax /sample \
sath /sample \
saphi /sample \
dszvt /detector \
dezvt /detector ]