Script execution

This commit is contained in:
sfop
2017-03-24 10:03:03 +01:00
parent ba32753be7
commit 5b366c4e47
+17
View File
@@ -0,0 +1,17 @@
#check_camtool()
#camtool.start("SINBD01-DSCR010")
#print camtool.getValue().getIdentifiers()
#plot(camtool.getValue("y_fit_gauss_function"))
x = CamtoolValue("gr_x_fit_mean")
av = create_averager(x, 5, 0.05, "Average")
#
av.setMonitored(True)
tscan(av, 10, 1.0)