This commit is contained in:
@@ -29,7 +29,12 @@ def trigger(position, scan):
|
||||
|
||||
|
||||
if DUMMY_TRIGGER:
|
||||
trigger(None, None)
|
||||
iterations = scienta.getIterations()
|
||||
scienta.setIterations(1)
|
||||
try:
|
||||
trigger(None, None)
|
||||
finally:
|
||||
scienta.setIterations(iterations)
|
||||
|
||||
|
||||
if IOC_AUTO_SAVE:
|
||||
|
||||
8
script/templates/TimeResolved.py
Normal file
8
script/templates/TimeResolved.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
scienta.start()
|
||||
|
||||
|
||||
|
||||
mscan(scienta.getSpectrum(), scienta.getSpectrum(), scienta.getIterations() -1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user