From 44ec4fe70be486c8dce2a57592c7da08ae1c442d Mon Sep 17 00:00:00 2001 From: Roger Kalt Date: Tue, 6 Sep 2016 17:34:54 +0200 Subject: [PATCH] Script execution --- script/OPD_accurracy_check_scan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/OPD_accurracy_check_scan.py b/script/OPD_accurracy_check_scan.py index 7dfc44c..8a1b416 100644 --- a/script/OPD_accurracy_check_scan.py +++ b/script/OPD_accurracy_check_scan.py @@ -34,8 +34,8 @@ set_context(path = "{data}/{year}_{month}/{date}/{date}_{time}_" + str(SECTION) ################################################################################# # define all PVs -#import ch.psi.pshell.epics.ProcessVariable as PV -import ch.psi.pshell.epics.ChannelDouble as PV +import ch.psi.pshell.epics.ProcessVariable as PV +#import ch.psi.pshell.epics.ChannelDouble as PV # controlled variabales cv_kly_pow = PV("set_power", SECTION + "-RSYS:SET-KLY-POWER")