Files
sf-op/script/test/TestCamtoolClient.py
2017-03-24 10:34:48 +01:00

17 lines
270 B
Python

#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)