From 954430604be2823c16ddfa061bd01b84dd7dbbba Mon Sep 17 00:00:00 2001 From: voulot_d Date: Mon, 20 Feb 2017 17:14:11 +0100 Subject: [PATCH] Script execution --- script/RFscan/SchottkyScan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/RFscan/SchottkyScan.py b/script/RFscan/SchottkyScan.py index d803572..7bbe457 100644 --- a/script/RFscan/SchottkyScan.py +++ b/script/RFscan/SchottkyScan.py @@ -1,10 +1,10 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable if get_exec_pars().source == CommandSource.ui: - start = 50.0 - stop = 230.0 - step = 5.0 - nb = 1 + start = 209.0 + stop = 229.0 + step = 2.0 + nb = 2 lat = 0.100 else: start = args[0]