Startup
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user