Script execution
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
# Area Scan: Multiple positioners, each one is one dimension.
|
||||
###################################################################################################
|
||||
|
||||
NPLC=10
|
||||
|
||||
#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.
|
||||
r1 = ascan((TRY,TRZ), (Keithley_1_raw,Keithley_2_raw,Keithley_3_raw), (-1.0,9.0), (1.0,12.0), (8,8), 1, False, 1, True)
|
||||
caput('X11MA-KEI10:NPLC', NPLC)
|
||||
caput('X11MA-KEI11:NPLC', NPLC)
|
||||
caput('X11MA-KEI12:NPLC', NPLC)
|
||||
|
||||
|
||||
r1 = ascan((TRY,TRZ), (Keithley_1_raw,Keithley_2_raw,Keithley_3_raw), (-1.0,9.0), (1.0,12.0), (8,8), 2.5, False, 1, True)
|
||||
Reference in New Issue
Block a user