From 06524f03e24ff43718a44f6c2c778e89ec983f0b Mon Sep 17 00:00:00 2001 From: x03daop Date: Wed, 10 Aug 2016 14:35:46 +0200 Subject: [PATCH] Script execution --- script/local.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/local.py b/script/local.py index e3db5c4a..0a922e0b 100644 --- a/script/local.py +++ b/script/local.py @@ -232,6 +232,10 @@ def before_readout(): if dev in SENSORS: sample_scienta = True break + for dev in [Scienta.spectrum,EnergyDistribution, AngleDistribution, Scienta.dataMatrix]: + if dev in SENSORS: + sample_scienta = True + break if sample_scienta: trig_scienta()