From a0894bbcc802e0703dfb39969210d7482d5340c5 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 21 May 2015 11:23:37 +0200 Subject: [PATCH] Script execution --- script/test1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test1.py b/script/test1.py index 650724a..67f87fc 100644 --- a/script/test1.py +++ b/script/test1.py @@ -3,7 +3,7 @@ Line Scan """ #setPreference("enabledPlots",(sin,out)) -a= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1) +a= lscan(inp, (sin,out,arr), 0, 40, 10, 0.1) path = get_current_data_group() set_attribute(path, "AttrString", "Value")