Script execution

This commit is contained in:
2015-11-24 14:44:34 +01:00
parent 2caac3f6dd
commit 96c79d5d61
+1 -1
View File
@@ -9,7 +9,7 @@ Demonstrate the use of Line Scan: one or multiple positioners move together line
#set_preference(Preference.PLOT_TYPES, {wf1:1})
#Execute the scan: 200 steps, a1 from 0 to 40
a= lscan(ao1, (diode,ai2,wf1), 0, 40, 200, 0.01)
a= lscan(ao1, (diode,current), 0, 40, 200, 0.01)
#Also samples an image:
#a= lscan(ao1, (ai1,ai2,wf1), 0, 40, 200, 0.01)