From c6047c1ae471de9af27f29891387f736b4aa1964 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Thu, 19 Jan 2017 14:06:54 +0100 Subject: [PATCH] Script execution --- script/RFscan/gun_scan1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RFscan/gun_scan1.py b/script/RFscan/gun_scan1.py index 6eddb36..e7f398d 100644 --- a/script/RFscan/gun_scan1.py +++ b/script/RFscan/gun_scan1.py @@ -27,7 +27,7 @@ def after(rec): try: qb = create_averager(q, nb, 0.100) - r = lscan(phase, q, start, stop, step, latency=lat, after_read = after) + r = lscan(phase, qb, start, stop, step, latency=lat, after_read = after) rf_phase = r.getPositions(0) charge = [val.mean for val in r.getReadable(0)] caput("SINEG01-RSYS:GET-PHASE-ARRAY", to_array(rf_phase,'d'))