Script execution
This commit is contained in:
@@ -216,7 +216,7 @@ def adjust_sensors():
|
||||
global SENSORS
|
||||
if SENSORS is not None:
|
||||
# Move integration to end
|
||||
for dev in ["Integration", "AngleDistribution", "Scienta.dataMatrix"]:
|
||||
for dev in ["Scienta.spectrum","Integration", "AngleDistribution", "Scienta.dataMatrix"]:
|
||||
if dev in SENSORS:
|
||||
SENSORS=SENSORS+[SENSORS.pop(SENSORS.index(dev))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user