Closedown

This commit is contained in:
x03daop
2015-07-21 15:15:40 +02:00
parent 4fb0999efc
commit 0ba3f801ab
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ set_preference(Preference.PLOT_TYPES,{'integration':1});
if len(VECTOR[0]) == 2:
#FIXED
writables = (pe, scienta.centerEnergy)
writables = (eph, scienta.centerEnergy)
else:
#SWEPT
writables = (pe, scienta.lowEnergy, scienta.highEnergy)
writables = (eph, scienta.lowEnergy, scienta.highEnergy)
vscan(writables, SENSORS, VECTOR, True, LATENCY,False, before_read=trig_scienta)