diff --git a/script/test/TestCamtoolClient.py b/script/test/TestCamtoolClient.py new file mode 100644 index 0000000..2a44bfe --- /dev/null +++ b/script/test/TestCamtoolClient.py @@ -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) + +