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