Script execution

This commit is contained in:
sfop
2017-03-15 09:30:37 +01:00
parent 068ed05a70
commit e5d308dc91

View File

@@ -36,10 +36,10 @@ camtool.start("simulation")
#x = Channel("SINEG01-DSCR190:X-SIM", type = 'd', alias='SCR-X')
#dx = Channel("SINEG01-DSCR190:DX-SIM", type = 'd', alias='SCR-DX')
#x = CamtoolValue("gr_x_fit_mean")
#dx = CamtoolValue("gr_x_fit_standard_deviation")
x = CamtoolValue("gr_x_com_egu")
dx = CamtoolValue("gr_x_rms_egu")
x = CamtoolValue("gr_x_fit_mean")
dx = CamtoolValue("gr_x_fit_standard_deviation")
#x = CamtoolValue("gr_x_com_egu")
#dx = CamtoolValue("gr_x_rms_egu")
try:
xb = create_averager(x, nb, 0.100)