Script execution

This commit is contained in:
x03daop
2016-08-10 14:35:46 +02:00
parent 39dc97dad8
commit 06524f03e2

View File

@@ -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()