From 5b366c4e47f874f9a6aa369b1038b2dea52c5770 Mon Sep 17 00:00:00 2001 From: sfop Date: Fri, 24 Mar 2017 10:03:03 +0100 Subject: [PATCH] Script execution --- script/test/TestCamtoolClient.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 script/test/TestCamtoolClient.py 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) + +