From 1b9298f2b1ba59332c3076c2430613de8dfe9397 Mon Sep 17 00:00:00 2001 From: x03daop Date: Thu, 8 Sep 2016 14:15:28 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/local.py b/script/local.py index 0a922e0b..b40a0668 100644 --- a/script/local.py +++ b/script/local.py @@ -274,6 +274,8 @@ def adjust_sensors(): for dev in ["Counts"]: if dev in SENSORS: SENSORS=[SENSORS.pop(SENSORS.index(dev))] + SENSORS + if "Scienta.dataMatrix" or Scienta.dataMatrix in SENSORS: + set_context(accumulate = False) #Device aliases for data files set_device_alias(Scienta.dataMatrix, "ScientaImage")