Make sure spin flipper code in rfamp.c is initialised
Fixed drive bugs in lakeshore drivers. r3071 | ffr | 2011-02-25 18:27:31 +1100 (Fri, 25 Feb 2011) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
009fdbfc29
commit
7371a561d9
@@ -40,6 +40,14 @@ foreach {vn klass units} {
|
||||
sicslist setatt $vn units $units
|
||||
}
|
||||
|
||||
foreach vn {
|
||||
slave
|
||||
master
|
||||
} {
|
||||
::utility::mkVar $vn int manager $vn true parameter false true
|
||||
sicslist setatt $vn mutable true
|
||||
}
|
||||
|
||||
foreach vn {
|
||||
mode
|
||||
guide_element
|
||||
@@ -50,7 +58,7 @@ foreach vn {
|
||||
|
||||
detector_distance 10000
|
||||
detector_base 300
|
||||
anal_distance 1808
|
||||
anal_distance 6894.94
|
||||
anal_base 20
|
||||
slit4_distance 5331.15
|
||||
slit4_base 20
|
||||
@@ -66,19 +74,21 @@ slit2_distance 1909.9
|
||||
slit2_base 20
|
||||
chopper4_distance 808
|
||||
chopper4_base 20
|
||||
chopper4_phase_offset 0.3246
|
||||
chopper4_phase_offset 14.465
|
||||
chopper3_distance 359
|
||||
chopper3_base 20
|
||||
chopper3_phase_offset 0.38500
|
||||
chopper3_phase_offset 14.59
|
||||
chopper2_distance 103
|
||||
chopper2_base 20
|
||||
chopper2_phase_offset -0.02
|
||||
chopper2_phase_offset 14.301
|
||||
chopper1_distance 0
|
||||
chopper1_base 20
|
||||
chopper1_phase_offset -1.857
|
||||
chopper1_phase_offset -29.801
|
||||
slit1_distance -256.1
|
||||
slit1_base 20
|
||||
mode NONE
|
||||
omega -1
|
||||
twotheta -1
|
||||
guide_element NONE
|
||||
master 1
|
||||
slave 3
|
||||
|
||||
Reference in New Issue
Block a user