Closedown
This commit is contained in:
@@ -9,6 +9,9 @@ LATENCY (double)
|
||||
RELATIVE (BOOLEAN)
|
||||
"""
|
||||
|
||||
def AfterReadout(rec):
|
||||
append_diag_datasets()
|
||||
|
||||
set_preference(Preference.PLOT_TYPES,{'Integration':1});
|
||||
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta)
|
||||
create_diag_datasets()
|
||||
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta, after_read = AfterReadout)
|
||||
Reference in New Issue
Block a user