Closedown

This commit is contained in:
sfop
2017-04-18 13:59:30 +02:00
parent 39528a71b6
commit ecc98b3f82
+2 -2
View File
@@ -16,8 +16,8 @@ disp = caget(bpm_ch + ":DISPERSION")
energy0 = caget(bpm_ch + ":ENERGY")
phase = ControlledVariable("Phase", station + "-RSYS:SET-VSUM-PHASE", station + "-RSYS:SET-VSUM-PHASE")
phase.config.minValue =-45.0
phase.config.maxValue = 360.0
phase.config.minValue =-180.0
phase.config.maxValue = 180.0
phase.config.resolution = 0.5
phase.initialize()