Startup
This commit is contained in:
12
script/tutorial/04_AreaScan.py
Normal file
12
script/tutorial/04_AreaScan.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Area Scan: Multiple positioners, each one is one dimension.
|
||||
"""
|
||||
|
||||
#This optional preference displays wf1 as a 1d plot at each scan point, instead of a matrix plot
|
||||
#set_preference(Preference.PLOT_TYPES, {wf1:1})
|
||||
|
||||
#The second sensor is an array. In the plot window it is overwritten in every same x position.
|
||||
#The data window never displays 3d data, but the 3d data can be accesses during the scan in the Data tab.
|
||||
ascan((m1,m2), (ai1,wf1), (0.0,0.0), (2.0,1.0), (20,20))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user