Closedown

This commit is contained in:
boccioli_m
2015-06-08 09:27:40 +02:00
parent 51c9d60421
commit ad50ed6304
2 changed files with 46 additions and 23 deletions
+10 -1
View File
@@ -1,5 +1,13 @@
#TODO: Set the diplay names of positioners and detectors
#ManualScan(writables, readables, start = None, end = None, steps = None, relative = False)
#testname
testName = "Calibrate"
#device name
deviceName = "RS"
scan = ManualScan(['time'], ['SetVA', 'ActualVA', 'ActualIA'] , [0.0], [20.0], [10])
scan.start()
@@ -66,4 +74,5 @@ ActualIA.close()
scan.end()
ret = 'pippo'
ret = 'test completed'
success = True