From c920ca980e1bb84383d105f846de693ae58e21c4 Mon Sep 17 00:00:00 2001 From: x07maop Date: Tue, 1 Mar 2016 11:46:30 +0100 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 85fcd2f..d1bbd37 100644 --- a/script/local.py +++ b/script/local.py @@ -310,7 +310,7 @@ def scan_e(start, end, step, settling_time = 0, accumulation_time = None): detectors = acc.getSensors() + [pol_mode, pol_angle, temperature, current] lscan(energy, detectors, float(start), float(end), float(step), latency = settling_time) -def scan_e(ranges, settling_time = 0, accumulation_time = None): +def scan_e_mult(ranges, settling_time = 0, accumulation_time = None): acc = Accumulator([signal_tey, signal_i0, signal_trans], accumulation_time) detectors = acc.getSensors() + [pol_mode, pol_angle, temperature, current] rscan(energy, detectors, ranges, latency = settling_time)