From 19baebf51e7fa20ef8b15558db00d40ffab39054 Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 22 Nov 2016 16:08:00 +0100 Subject: [PATCH] Closedown --- script/scan_dv.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/script/scan_dv.py b/script/scan_dv.py index 3e2758a..54dffb2 100644 --- a/script/scan_dv.py +++ b/script/scan_dv.py @@ -1,12 +1,12 @@ -delay = "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-SP" -delrb = "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-RB" -ict = "SINEG01-DICT215:B1_CHARGE" +knob = "" +sensor1 = "SINEG01-DICT215:B1_CHARGE" +sensor2 = "S10DI01-DICT025:B1_CHARGE" start = 3 -stoop = 9 +stop = 9 step = 0.5 -r = lscan(delay, [delrb, ict], start, stoop, step, 1.0) +r = lscan(knob, (sensor1, sensor2), start, stop, step, 1.0) plot(r.getReadable(1), xdata = r.getReadable(0))