New ScreenPanel
This commit is contained in:
13
script/ManipulatorScan.py
Executable file
13
script/ManipulatorScan.py
Executable file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Arguments:
|
||||
|
||||
MOTOR (device)
|
||||
SENSORS (list)
|
||||
RANGE (tuple (min, max))
|
||||
STEPS (int or tuple)
|
||||
LATENCY (double)
|
||||
RELATIVE (BOOLEAN)
|
||||
"""
|
||||
|
||||
set_preference(Preference.PLOT_TYPES,{'integration':1});
|
||||
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta)
|
||||
Reference in New Issue
Block a user