Startup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
###################################################################################################
|
||||
# Demonstrate the use of Line Scan: one or multiple positioners move together linearly.
|
||||
###################################################################################################
|
||||
|
||||
|
||||
#Execute the scan: 100 steps, a1 from 0 to 40
|
||||
r1 = lscan(ao1, (ai1,ai2), 0, 40, 100, 0.01)
|
||||
|
||||
|
||||
r2 = lscan(ao1, (ai1,ai2), 0, 40, 100, 0.01)
|
||||
|
||||
Reference in New Issue
Block a user