Closedown

This commit is contained in:
x07maop
2016-03-01 15:00:50 +01:00
parent 660d5fdad3
commit 7ad0f716ba
2 changed files with 2 additions and 6 deletions
+1 -4
View File
@@ -71,10 +71,7 @@ for setpoint1 in setpoints:
detector6 = temperature.read() #temperature.get()
detector7 = current.read()
detector8 = signal_field_analog_x.read() # fieldAnalogX.get()
c = detector1
d = detector2
tey_norm = detector1/detector2
tey_norm = detector1/detector2
scan.append ([setpoint1, setpoint2], [readback1, readback2], [detector1, detector2, detector3, detector4, detector5, detector6, detector7, detector8, tey_norm])
scan.end()
+1 -2
View File
@@ -5,8 +5,7 @@ FILENAME = None
data_file = None
energy.setBlockingWrite(True)
field_x.setBlockingWrite(True)
field_z.setBlockingWrite(True)
#The persistence strategy is overriden to adjust file names
import ch.psi.pshell.data.ScanPersistenceStrategyTable