This commit is contained in:
sfop
2017-05-17 08:52:23 +02:00
parent ee6689d661
commit e0cb8c5abe
11 changed files with 112 additions and 19 deletions
+3 -2
View File
@@ -18,7 +18,8 @@ else:
disp = args[5]
energy0 = args[6]
phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:GET-VSUM-PHASE")
#phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:GET-VSUM-PHASE")
phase = ControlledVariable("Phase", "STEST01-RSYS:SET-VSUM-PHASE", "STEST01-RSYS:GET-VSUM-PHASE")
phase.config.minValue =-180.0
phase.config.maxValue = 360.0
phase.config.precision = 3
@@ -28,7 +29,7 @@ phase.initialize()
phase0 = phase.read()
kill_camtool()
#kill_camtool()
check_camtool()
camtool.start("SINBD01-DSCR010")
wait_camtool_message()