From 8ddfa0a53d5e5e314e529973bf7cedb4d13c6bb0 Mon Sep 17 00:00:00 2001 From: sfop Date: Wed, 23 Aug 2017 14:53:28 +0200 Subject: [PATCH] Script execution --- script/test/ICT_timing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/test/ICT_timing.py b/script/test/ICT_timing.py index d92e6b7..bf3e425 100644 --- a/script/test/ICT_timing.py +++ b/script/test/ICT_timing.py @@ -1,5 +1,7 @@ import ch.psi.pshell.epics.ChannelDouble as ChannelDouble +run("CPython/wrapper") + #t = ChannelDouble("delay (us)", "SINEG01-DICT009-EVR0:Pul0-Delay-SP") t = ChannelDouble("fine delay (ns)", "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-SP") q = ChannelDouble("charge (pC)", "SINEG01-DICT215:B1_CHARGE")